only use memcpy realloc to shrink if an exact-sized free chunk exists
[oweals/musl.git] / src / string / wcsdup.c
index dd49c1b6297f695d7aea4fd4c8f586b2dff0c5da..f398e8091c382e7616def68d663a3bf8d33448d6 100644 (file)
@@ -1,6 +1,5 @@
 #include <stdlib.h>
 #include <wchar.h>
-#include "libc.h"
 
 wchar_t *wcsdup(const wchar_t *s)
 {