From: Jim Meyering Date: Wed, 10 Sep 2003 08:31:47 +0000 (+0000) Subject: Include , unconditionally. X-Git-Tag: v5.1.0~780 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bcbbea53193beb4b757117b8617a6085d220b835;p=thirdparty%2Fcoreutils.git Include , unconditionally. --- diff --git a/lib/exclude.c b/lib/exclude.c index 7c038b23e4..3d1d3bfcb0 100644 --- a/lib/exclude.c +++ b/lib/exclude.c @@ -33,15 +33,8 @@ extern int errno; #endif #include #include -#if HAVE_STDLIB_H -# include -#endif -#if HAVE_STRING_H -# include -#endif -#if HAVE_STRINGS_H -# include -#endif +#include +#include #if HAVE_INTTYPES_H # include #else