From dab8a648dbc91b56c4b375cf2218a769856b8e34 Mon Sep 17 00:00:00 2001 From: Panu Matilainen Date: Tue, 5 Jan 2010 15:09:08 +0200 Subject: Loose string header compatibility goo - is required by C standard, we dont support ancient non-conformant compilers anyway --- system.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'system.h') diff --git a/system.h b/system.h index a6e585e64..1101ed9bd 100644 --- a/system.h +++ b/system.h @@ -33,12 +33,7 @@ extern char ** environ; #endif #ifdef HAVE_STRING_H -# if !STDC_HEADERS && HAVE_MEMORY_H -# include -# endif # include -#else -# include #endif #if !defined(HAVE_STPCPY) @@ -165,8 +160,4 @@ extern const char *__progname; #include "misc/fnmatch.h" #endif -#if NEED_STRINGS_H -#include -#endif - #endif /* H_SYSTEM */ -- cgit v1.2.3