summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/exclude.c11
1 files changed, 2 insertions, 9 deletions
diff --git a/lib/exclude.c b/lib/exclude.c
index 7c038b23e..3d1d3bfcb 100644
--- a/lib/exclude.c
+++ b/lib/exclude.c
@@ -33,15 +33,8 @@ extern int errno;
#endif
#include <stddef.h>
#include <stdio.h>
-#if HAVE_STDLIB_H
-# include <stdlib.h>
-#endif
-#if HAVE_STRING_H
-# include <string.h>
-#endif
-#if HAVE_STRINGS_H
-# include <strings.h>
-#endif
+#include <stdlib.h>
+#include <string.h>
#if HAVE_INTTYPES_H
# include <inttypes.h>
#else