summaryrefslogtreecommitdiff
path: root/journal.cc
diff options
context:
space:
mode:
Diffstat (limited to 'journal.cc')
-rw-r--r--journal.cc6
1 files changed, 0 insertions, 6 deletions
diff --git a/journal.cc b/journal.cc
index 673b281c..1da58fdc 100644
--- a/journal.cc
+++ b/journal.cc
@@ -1,6 +1,3 @@
-#ifdef USE_PCH
-#include "pch.h"
-#else
#include "journal.h"
#include "datetime.h"
#include "mask.h"
@@ -11,7 +8,6 @@
#include "acconf.h"
#include <fstream>
-#endif
namespace ledger {
@@ -668,10 +664,8 @@ xact_context::xact_context(const ledger::transaction_t& _xact,
#ifdef USE_BOOST_PYTHON
-#ifndef USE_PCH
#include <boost/python.hpp>
#include <boost/python/exception_translator.hpp>
-#endif
using namespace boost::python;
using namespace ledger;