Selaa lähdekoodia

strcpy: remove unneeded includes from the generic version

Signed-off-by: Peter S. Mazinger <ps.m@gmx.net>
Peter S. Mazinger 13 vuotta sitten
vanhempi
commit
b526c7807f
1 muutettua tiedostoa jossa 0 lisäystä ja 3 poistoa
  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)