diff options
Diffstat (limited to 'libc/string/generic/strcpy.c')
-rw-r--r-- | libc/string/generic/strcpy.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libc/string/generic/strcpy.c b/libc/string/generic/strcpy.c index 4d070531f..ace6dea58 100644 --- a/libc/string/generic/strcpy.c +++ b/libc/string/generic/strcpy.c @@ -17,9 +17,6 @@ 02111-1307 USA. */ #include <string.h> -#include <stddef.h> - -#include "memcopy.h" /* Copy SRC to DEST. */ char *strcpy(char *dest, const char *src) |