summaryrefslogtreecommitdiff
path: root/src/system.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/system.hh')
-rw-r--r--src/system.hh9
1 files changed, 2 insertions, 7 deletions
diff --git a/src/system.hh b/src/system.hh
index 0dc4d33d..b44678d6 100644
--- a/src/system.hh
+++ b/src/system.hh
@@ -122,13 +122,8 @@ typedef std::ostream::pos_type ostream_pos_type;
#include <gmp.h>
-extern "C" {
-#if defined(HAVE_EXPAT)
-#include <expat.h> // expat XML parser
-#elif defined(HAVE_XMLPARSE)
-#include <xmlparse.h> // expat XML parser
-#endif
-}
+#include "irrXML.h" // XML parser
+#include "CXMLReaderImpl.h"
#if defined(HAVE_LIBOFX)
#include <libofx.h>