summaryrefslogtreecommitdiff
path: root/parser.cc
diff options
context:
space:
mode:
Diffstat (limited to 'parser.cc')
-rw-r--r--parser.cc6
1 files changed, 0 insertions, 6 deletions
diff --git a/parser.cc b/parser.cc
index 78076683..1e743008 100644
--- a/parser.cc
+++ b/parser.cc
@@ -1,15 +1,9 @@
-#ifdef USE_PCH
-#include "pch.h"
-#else
#include "parser.h"
-#endif
#ifdef USE_BOOST_PYTHON
-#ifndef USE_PCH
#include <boost/python.hpp>
#include <Python.h>
-#endif
using namespace boost::python;
using namespace ledger;