From 9039e728b2015b54dc87da52f450c27683303392 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Mon, 23 Apr 2007 21:22:24 +0000 Subject: 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. --- xmlparse.cc | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'xmlparse.cc') 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 - -extern "C" { -#if defined(HAVE_EXPAT) -#include // expat XML parser -#elif defined(HAVE_XMLPARSE) -#include // expat XML parser -#endif -} - namespace ledger { #if defined(HAVE_EXPAT) || defined(HAVE_XMLPARSE) -- cgit v1.2.3