summaryrefslogtreecommitdiff
path: root/amount.cc
diff options
context:
space:
mode:
Diffstat (limited to 'amount.cc')
-rw-r--r--amount.cc6
1 files changed, 0 insertions, 6 deletions
diff --git a/amount.cc b/amount.cc
index bd690144..7ebbc004 100644
--- a/amount.cc
+++ b/amount.cc
@@ -1,6 +1,3 @@
-#ifdef USE_PCH
-#include "pch.h"
-#else
#include "amount.h"
#include "binary.h"
#include "util.h"
@@ -10,7 +7,6 @@
#include <cstdlib>
#include <gmp.h>
-#endif
namespace ledger {
@@ -1927,10 +1923,8 @@ bool compare_amount_commodities::operator()(const amount_t * left,
#ifdef USE_BOOST_PYTHON
-#ifndef USE_PCH
#include <boost/python.hpp>
#include <Python.h>
-#endif
using namespace boost::python;
using namespace ledger;