Преглед на файлове

strcpy: remove unneeded includes from the generic version

Signed-off-by: Peter S. Mazinger <ps.m@gmx.net>
Peter S. Mazinger преди 15 години
родител
ревизия
b526c7807f
променени са 1 файла, в които са добавени 0 реда и са изтрити 3 реда
  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)