diff options
Diffstat (limited to 'src/string/stpcpy.c')
-rw-r--r-- | src/string/stpcpy.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/string/stpcpy.c b/src/string/stpcpy.c index 06623c44..54cf9ca5 100644 --- a/src/string/stpcpy.c +++ b/src/string/stpcpy.c @@ -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) |