summaryrefslogtreecommitdiff
path: root/format.cc
diff options
context:
space:
mode:
Diffstat (limited to 'format.cc')
-rw-r--r--format.cc6
1 files changed, 0 insertions, 6 deletions
diff --git a/format.cc b/format.cc
index 3f11fec0..cb76ff8a 100644
--- a/format.cc
+++ b/format.cc
@@ -1,6 +1,3 @@
-#ifdef USE_PCH
-#include "pch.h"
-#else
#include "format.h"
#include "error.h"
#include "util.h"
@@ -9,7 +6,6 @@
#endif
#include <cstdlib>
-#endif
namespace ledger {
@@ -245,9 +241,7 @@ int format_t::format(std::ostream& out, xml::node_t * context,
#ifdef USE_BOOST_PYTHON
-#ifndef USE_PCH
#include <boost/python.hpp>
-#endif
using namespace boost::python;
using namespace ledger;