summaryrefslogtreecommitdiff
path: root/startup.cc
diff options
context:
space:
mode:
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();
}
}