Переглянути джерело

strcpy: remove unneeded includes from the generic version

Signed-off-by: Peter S. Mazinger <ps.m@gmx.net>
Peter S. Mazinger 13 роки тому
батько
коміт
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)