summaryrefslogtreecommitdiff
path: root/xmlparse.cc
diff options
context:
space:
mode:
Diffstat (limited to 'xmlparse.cc')
-rw-r--r--xmlparse.cc10
1 files changed, 0 insertions, 10 deletions
diff --git a/xmlparse.cc b/xmlparse.cc
index 6841b3fa..bcd6cefb 100644
--- a/xmlparse.cc
+++ b/xmlparse.cc
@@ -1,16 +1,6 @@
#include "xmlparse.h"
#include "journal.h"
-#include <cstring>
-
-extern "C" {
-#if defined(HAVE_EXPAT)
-#include <expat.h> // expat XML parser
-#elif defined(HAVE_XMLPARSE)
-#include <xmlparse.h> // expat XML parser
-#endif
-}
-
namespace ledger {
#if defined(HAVE_EXPAT) || defined(HAVE_XMLPARSE)