summaryrefslogtreecommitdiff
path: root/xml.h
diff options
context:
space:
mode:
Diffstat (limited to 'xml.h')
-rw-r--r--xml.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/xml.h b/xml.h
index e95cf578..eeed15c3 100644
--- a/xml.h
+++ b/xml.h
@@ -2,15 +2,6 @@
#define _XML_H
#include "value.h"
-#include "debug.h"
-
-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 {