From bcbbea53193beb4b757117b8617a6085d220b835 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 10 Sep 2003 08:31:47 +0000 Subject: [PATCH] Include , unconditionally. --- lib/exclude.c | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) 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 -- 2.47.2