From 571744447c23f91feb6439948f3a619aca850dfb Mon Sep 17 00:00:00 2001 From: Szabolcs Nagy Date: Thu, 12 Dec 2013 05:09:18 +0000 Subject: include cleanups: remove unused headers and add feature test macros --- src/string/wcsstr.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/string/wcsstr.c') diff --git a/src/string/wcsstr.c b/src/string/wcsstr.c index 037d0965..3e28e287 100644 --- a/src/string/wcsstr.c +++ b/src/string/wcsstr.c @@ -1,7 +1,4 @@ #include -#include -#include -#include #define MAX(a,b) ((a)>(b)?(a):(b)) #define MIN(a,b) ((a)<(b)?(a):(b)) -- cgit 1.4.1