From 31b5112b7368b881f7fc958110140614a2edd2f8 Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Mon, 7 Apr 2008 11:40:55 +0200 Subject: [general] remove HAVE_CONFIG_H --- lib/fnmatch.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'lib') 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 -#endif - /* Enable GNU extensions in fnmatch.h. */ #ifndef _GNU_SOURCE # define _GNU_SOURCE 1 -- cgit v1.2.3