[git commit prelink] strcpy: remove unneeded includes from the generic version

Peter S. Mazinger ps.m at gmx.net
Wed Mar 30 11:53:36 UTC 2011


commit: http://git.uclibc.org/uClibc/commit/?id=b526c7807f0a54054c4b12edef58b521fe0ab4c7
branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/prelink

Signed-off-by: Peter S. Mazinger <ps.m at gmx.net>
---
 libc/string/generic/strcpy.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/libc/string/generic/strcpy.c b/libc/string/generic/strcpy.c
index 4d07053..ace6dea 100644
--- a/libc/string/generic/strcpy.c
+++ b/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)
-- 
1.7.3.4



More information about the uClibc-cvs mailing list