diff options
Diffstat (limited to 'libexslt/saxon.c')
-rw-r--r-- | libexslt/saxon.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/libexslt/saxon.c b/libexslt/saxon.c index e8b64406..8512c6de 100644 --- a/libexslt/saxon.c +++ b/libexslt/saxon.c @@ -1,19 +1,12 @@ #define IN_LIBEXSLT #include "libexslt/libexslt.h" -#if defined(_WIN32) && !defined (__CYGWIN__) && (!__MINGW32__) -#include <win32config.h> -#else -#include "config.h" -#endif - #include <libxml/tree.h> #include <libxml/xpath.h> #include <libxml/xpathInternals.h> #include <libxml/parser.h> #include <libxml/hash.h> -#include <libxslt/xsltconfig.h> #include <libxslt/xsltutils.h> #include <libxslt/xsltInternals.h> #include <libxslt/extensions.h> |