diff options
author | John Wiegley <johnw@newartisans.com> | 2008-05-08 02:19:44 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-05-08 02:50:19 -0400 |
commit | d159501993cfd0215f94f0e5e16796558417b681 (patch) | |
tree | b0e2b9e9e707dd3f71683e81b9c9c3a1f8b47f86 /startup.cc | |
parent | 7ecbf3e125481a02c541f9eb3ed795ac3e245541 (diff) | |
download | fork-ledger-d159501993cfd0215f94f0e5e16796558417b681.tar.gz fork-ledger-d159501993cfd0215f94f0e5e16796558417b681.tar.bz2 fork-ledger-d159501993cfd0215f94f0e5e16796558417b681.zip |
The code is compiling again, but it's far from being able to run yet.
Diffstat (limited to 'startup.cc')
-rw-r--r-- | startup.cc | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,4 +1,8 @@ #include "ledger.h" +#include "xml.h" +#include "gnucash.h" +#include "qif.h" +#include "ofx.h" using namespace ledger; @@ -49,8 +53,11 @@ namespace { startup::~startup() { + // jww (2008-04-22): What about this? +#if 0 if (! ledger::do_cleanup) return; +#endif shutdown_parser_support(); } } |