about summary refs log tree commit diff
path: root/src/string/wcsdup.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/string/wcsdup.c')
-rw-r--r--src/string/wcsdup.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/string/wcsdup.c b/src/string/wcsdup.c
index dd49c1b6..f398e809 100644
--- a/src/string/wcsdup.c
+++ b/src/string/wcsdup.c
@@ -1,6 +1,5 @@
 #include <stdlib.h>
 #include <wchar.h>
-#include "libc.h"
 
 wchar_t *wcsdup(const wchar_t *s)
 {