summaryrefslogtreecommitdiff
path: root/xml.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2007-04-23 21:22:24 +0000
committerJohn Wiegley <johnw@newartisans.com>2008-04-13 03:38:31 -0400
commit9039e728b2015b54dc87da52f450c27683303392 (patch)
treeac914e05db5dc03f6971cd8c165ee3791a614d18 /xml.h
parent340dacf118f2f457ffc962cb46e8b3ef59017376 (diff)
downloadledger-9039e728b2015b54dc87da52f450c27683303392.tar.gz
ledger-9039e728b2015b54dc87da52f450c27683303392.tar.bz2
ledger-9039e728b2015b54dc87da52f450c27683303392.zip
All system headers (except Boost) now included through system.hh;
also, added support for pre-compiled headers since I'm now using a centralized resource for system headers.
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 {