From 8f1500da005e4f84fd593492822c6d99e768c354 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 18 Apr 2010 10:28:37 +0000 Subject: remove config.h references, was added for automake build system rev around 124-126 but isnt used by any build systems now. --- source/blender/blenlib/intern/fnmatch.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'source/blender/blenlib/intern/fnmatch.c') diff --git a/source/blender/blenlib/intern/fnmatch.c b/source/blender/blenlib/intern/fnmatch.c index a78f9ad7585..c44ee754110 100644 --- a/source/blender/blenlib/intern/fnmatch.c +++ b/source/blender/blenlib/intern/fnmatch.c @@ -16,10 +16,6 @@ #ifdef WIN32 -#if HAVE_CONFIG_H -# include -#endif - /* Enable GNU extensions in fnmatch.h. */ #ifndef _GNU_SOURCE # define _GNU_SOURCE 1 -- cgit v1.2.3