summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/fnmatch.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/fnmatch.c b/lib/fnmatch.c
index 86968bc9c4..223b9d3cda 100644
--- a/lib/fnmatch.c
+++ b/lib/fnmatch.c
@@ -15,10 +15,6 @@ License along with this library; see the file COPYING.LIB. If
not, write to the Free Software Foundation, Inc., 675 Mass Ave,
Cambridge, MA 02139, USA. */
-#if HAVE_CONFIG_H
-# include <config.h>
-#endif
-
/* Enable GNU extensions in fnmatch.h. */
#ifndef _GNU_SOURCE
# define _GNU_SOURCE 1