Explorar o código

strcpy: remove unneeded includes from the generic version

Signed-off-by: Peter S. Mazinger <ps.m@gmx.net>
Peter S. Mazinger %!s(int64=13) %!d(string=hai) anos
pai
achega
b526c7807f
Modificáronse 1 ficheiros con 0 adicións e 3 borrados
  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)