fix double-processing of DT_RELR relocations in ldso relocating itself
[musl] / src / string / wmemset.c
index 1a2a861..07a037a 100644 (file)
@@ -1,4 +1,3 @@
-#include <string.h>
 #include <wchar.h>
 
 wchar_t *wmemset(wchar_t *d, wchar_t c, size_t n)