diff options
Diffstat (limited to 'libexslt/functions.c')
-rw-r--r-- | libexslt/functions.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/libexslt/functions.c b/libexslt/functions.c index 2f744311..958bf60e 100644 --- a/libexslt/functions.c +++ b/libexslt/functions.c @@ -1,12 +1,6 @@ #define IN_LIBEXSLT #include "libexslt/libexslt.h" -#if defined(_WIN32) && !defined (__CYGWIN__) && (!__MINGW32__) -#include <win32config.h> -#else -#include "config.h" -#endif - #include <string.h> #include <libxml/tree.h> |