summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/format.cc3
-rw-r--r--src/journal.cc5
-rw-r--r--src/main.cc4
3 files changed, 0 insertions, 12 deletions
diff --git a/src/format.cc b/src/format.cc
index 8c5f6c55..1e89328c 100644
--- a/src/format.cc
+++ b/src/format.cc
@@ -30,9 +30,6 @@
*/
#include "format.h"
-#if 0
-#include "pyinterp.h"
-#endif
namespace ledger {
diff --git a/src/journal.cc b/src/journal.cc
index dcf9dd9d..7a6f3354 100644
--- a/src/journal.cc
+++ b/src/journal.cc
@@ -32,11 +32,6 @@
#include "journal.h"
#include "xpath.h"
#include "mask.h"
-#if 0
-#ifdef USE_BOOST_PYTHON
-#include "pyinterp.h"
-#endif
-#endif
namespace ledger {
diff --git a/src/main.cc b/src/main.cc
index a9f3f607..12f614e5 100644
--- a/src/main.cc
+++ b/src/main.cc
@@ -37,11 +37,7 @@
#include "qif.h"
#include "ofx.h"
-#if defined(USE_BOOST_PYTHON)
-#include <pyledger.h>
-#else
#include <ledger.h>
-#endif
#ifdef HAVE_UNIX_PIPES
#include <sys/types.h>