summaryrefslogtreecommitdiff
path: root/src/string/wcsstr.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/string/wcsstr.c')
-rw-r--r--src/string/wcsstr.c3
1 files changed, 0 insertions, 3 deletions
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 <wchar.h>
-#include <string.h>
-#include <stdlib.h>
-#include <stdint.h>
#define MAX(a,b) ((a)>(b)?(a):(b))
#define MIN(a,b) ((a)<(b)?(a):(b))