reduce spurious inclusion of libc.h
[musl] / src / string / strlcpy.c
index 193d724..dcb22f6 100644 (file)
@@ -2,7 +2,6 @@
 #include <string.h>
 #include <stdint.h>
 #include <limits.h>
-#include "libc.h"
 
 #define ALIGN (sizeof(size_t)-1)
 #define ONES ((size_t)-1/UCHAR_MAX)