From b526c7807f0a54054c4b12edef58b521fe0ab4c7 Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Thu, 3 Mar 2011 11:41:44 +0100 Subject: strcpy: remove unneeded includes from the generic version Signed-off-by: Peter S. Mazinger --- libc/string/generic/strcpy.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'libc/string') 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 -#include - -#include "memcopy.h" /* Copy SRC to DEST. */ char *strcpy(char *dest, const char *src) -- cgit v1.2.3