From 86d6debe3a8f045cf0c33908ebe5c35dd1786b5c Mon Sep 17 00:00:00 2001 From: wiire Date: Thu, 13 Aug 2015 18:30:03 +0200 Subject: [PATCH] Removed double inclusion Forgot to remove in the previous commit (c849ad1). --- src/random_r.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/random_r.c b/src/random_r.c index 881d7fa..51ce113 100644 --- a/src/random_r.c +++ b/src/random_r.c @@ -22,7 +22,6 @@ * Rewritten to be reentrant by Ulrich Drepper, 1995 */ -#include #include #include #include