include cleanups: remove unused headers and add feature test macros
[musl] / src / string / wmemmove.c
index cde4fee..e406f3d 100644 (file)
@@ -1,4 +1,3 @@
-#include <string.h>
 #include <wchar.h>
 
 wchar_t *wmemmove(wchar_t *d, const wchar_t *s, size_t n)