author | Rich Felker <dalias@aerifal.cx> | 2018年09月12日 00:08:09 -0400 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2018年09月12日 14:34:37 -0400 |
commit | 5ce3737931bb411a8d167356d4d0287b53b0cbdc (patch) | |
tree | 726fc5dde9cc462316faa715158c38f0da72292d /src/string/stpncpy.c | |
parent | 0676c3a34c7bf12b33f8f5efb92476f4ffc7f20e (diff) | |
download | musl-5ce3737931bb411a8d167356d4d0287b53b0cbdc.tar.gz |
-rw-r--r-- | src/string/stpncpy.c | 1 |
diff --git a/src/string/stpncpy.c b/src/string/stpncpy.c index 1f57a4dd..d6d92ffc 100644 --- a/src/string/stpncpy.c +++ b/src/string/stpncpy.c @@ -1,7 +1,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) |