summaryrefslogtreecommitdiff
path: root/startup.cc
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2008-05-08 02:19:44 -0400
committerJohn Wiegley <johnw@newartisans.com>2008-05-08 02:50:19 -0400
commitd159501993cfd0215f94f0e5e16796558417b681 (patch)
treeb0e2b9e9e707dd3f71683e81b9c9c3a1f8b47f86 /startup.cc
parent7ecbf3e125481a02c541f9eb3ed795ac3e245541 (diff)
downloadfork-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.cc7
1 files changed, 7 insertions, 0 deletions
diff --git a/startup.cc b/startup.cc
index 9e35adfb..6ed41bd6 100644
--- a/startup.cc
+++ b/startup.cc
@@ -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();
}
}