summaryrefslogtreecommitdiff
path: root/journal.cc
diff options
context:
space:
mode:
Diffstat (limited to 'journal.cc')
-rw-r--r--journal.cc7
1 files changed, 0 insertions, 7 deletions
diff --git a/journal.cc b/journal.cc
index 031427a7..b8e743c5 100644
--- a/journal.cc
+++ b/journal.cc
@@ -1,14 +1,10 @@
#include "journal.h"
#include "mask.h"
-#include "format.h"
#if 0
#ifdef USE_BOOST_PYTHON
#include "py_eval.h"
#endif
#endif
-#include "acconf.h"
-
-#include <fstream>
namespace ledger {
@@ -667,9 +663,6 @@ xact_context::xact_context(const ledger::transaction_t& _xact,
#if 0
#ifdef USE_BOOST_PYTHON
-#include <boost/python.hpp>
-#include <boost/python/exception_translator.hpp>
-
using namespace boost::python;
using namespace ledger;