diff options
author | John Wiegley <johnw@newartisans.com> | 2009-02-03 12:21:54 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-02-03 12:22:10 -0400 |
commit | 3434650848e500d605447388ef7e069ee1515b72 (patch) | |
tree | da05e1bc5dbf5ef321d258f524518e9631dc7574 /src/system.hh | |
parent | 9bdcbffb150387d64e7eff630aaad84fb0d696b1 (diff) | |
download | ledger-3434650848e500d605447388ef7e069ee1515b72.tar.gz ledger-3434650848e500d605447388ef7e069ee1515b72.tar.bz2 ledger-3434650848e500d605447388ef7e069ee1515b72.zip |
Removed the binary caching code, and the XML, QIF and Gnucash parsers.
Diffstat (limited to 'src/system.hh')
-rw-r--r-- | src/system.hh | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/system.hh b/src/system.hh index d3fa4731..30a1e8d0 100644 --- a/src/system.hh +++ b/src/system.hh @@ -138,13 +138,6 @@ typedef std::ostream::pos_type ostream_pos_type; #include <mpfr.h> #include "sha1.h" -#include "irrXML.h" // XML parser -#include "CXMLReaderImpl.h" - -#if defined(HAVE_LIBOFX) -#include <libofx.h> -#endif - #include <boost/algorithm/string/classification.hpp> #include <boost/algorithm/string/predicate.hpp> #include <boost/any.hpp> |