optimize nop case of wmemmove
[musl] / src / string / stpncpy.c
index 0a2c2a9..d6d92ff 100644 (file)
@@ -1,8 +1,6 @@
 #include <string.h>
-#include <stdlib.h>
 #include <stdint.h>
 #include <limits.h>
-#include "libc.h"
 
 #define ALIGN (sizeof(size_t)-1)
 #define ONES ((size_t)-1/UCHAR_MAX)