diff --git a/lib/fnmatch.c b/lib/fnmatch.c index 86968bc..223b9d3 100644 --- a/lib/fnmatch.c +++ b/lib/fnmatch.c @@ -15,10 +15,6 @@ not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -#if HAVE_CONFIG_H -# include -#endif - /* Enable GNU extensions in fnmatch.h. */ #ifndef _GNU_SOURCE # define _GNU_SOURCE 1