summaryrefslogtreecommitdiff
path: root/xpath.cc
diff options
context:
space:
mode:
Diffstat (limited to 'xpath.cc')
-rw-r--r--xpath.cc6
1 files changed, 0 insertions, 6 deletions
diff --git a/xpath.cc b/xpath.cc
index 3d43fff5..ccf0ec82 100644
--- a/xpath.cc
+++ b/xpath.cc
@@ -1,6 +1,3 @@
-#ifdef USE_PCH
-#include "pch.h"
-#else
#include "xpath.h"
#include "debug.h"
#include "util.h"
@@ -8,7 +5,6 @@
#include "py_eval.h"
#endif
#include <fstream>
-#endif
namespace ledger {
namespace xml {
@@ -2388,9 +2384,7 @@ void xpath_t::op_t::dump(std::ostream& out, const int depth) const
#ifdef USE_BOOST_PYTHON
-#ifndef USE_PCH
#include <boost/python.hpp>
-#endif
using namespace boost::python;
using namespace ledger;