reduce spurious inclusion of libc.h
[musl] / src / string / stpcpy.c
index 06623c4..54cf9ca 100644 (file)
@@ -1,7 +1,6 @@
 #include <string.h>
 #include <stdint.h>
 #include <limits.h>
-#include "libc.h"
 
 #define ALIGN (sizeof(size_t))
 #define ONES ((size_t)-1/UCHAR_MAX)