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 feb9eb81..06623c44 100644 --- a/src/string/stpcpy.c +++ b/src/string/stpcpy.c @@ -1,5 +1,4 @@ #include <string.h> -#include <stdlib.h> #include <stdint.h> #include <limits.h> #include "libc.h" |