Browse Source

strcpy: remove unneeded includes from the generic version

Signed-off-by: Peter S. Mazinger <ps.m@gmx.net>
Peter S. Mazinger 13 years ago
parent
commit
b526c7807f
1 changed files with 0 additions and 3 deletions
  1. 0 3
      libc/string/generic/strcpy.c

+ 0 - 3
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)