summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/expat/lib/xmlparse.c
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/expat/lib/xmlparse.c')
-rw-r--r--3rdparty/expat/lib/xmlparse.c12
1 files changed, 1 insertions, 11 deletions
diff --git a/3rdparty/expat/lib/xmlparse.c b/3rdparty/expat/lib/xmlparse.c
index f35aa36ba8a..7244741ad3d 100644
--- a/3rdparty/expat/lib/xmlparse.c
+++ b/3rdparty/expat/lib/xmlparse.c
@@ -10,17 +10,7 @@
#define XML_BUILDING_EXPAT 1
-#ifdef COMPILED_FROM_DSP
-#include "winconfig.h"
-#elif defined(MACOS_CLASSIC)
-#include "macconfig.h"
-#elif defined(__amigaos__)
-#include "amigaconfig.h"
-#elif defined(__WATCOMC__)
-#include "watcomconfig.h"
-#elif defined(HAVE_EXPAT_CONFIG_H)
-#include <expat_config.h>
-#endif /* ndef COMPILED_FROM_DSP */
+#include "intconfig.h"
#include "ascii.h"
#include "expat.h"