summaryrefslogtreecommitdiff
path: root/src/main.cc
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2009-01-31 16:03:53 -0400
committerJohn Wiegley <johnw@newartisans.com>2009-01-31 16:04:21 -0400
commitb027961b96be1382cbefbcedcb79c0cf349863a6 (patch)
tree1aafc7225d6d099acef0289992a9d6d8543aaea3 /src/main.cc
parentd2df584373c6a083908964369497f77ada10e16d (diff)
downloadfork-ledger-b027961b96be1382cbefbcedcb79c0cf349863a6.tar.gz
fork-ledger-b027961b96be1382cbefbcedcb79c0cf349863a6.tar.bz2
fork-ledger-b027961b96be1382cbefbcedcb79c0cf349863a6.zip
Removed unnecessary #ifdef block. pyinterp.h now guards itself.
Diffstat (limited to 'src/main.cc')
-rw-r--r--src/main.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/main.cc b/src/main.cc
index dfbeeb75..faeec6ac 100644
--- a/src/main.cc
+++ b/src/main.cc
@@ -33,9 +33,7 @@
#include "report.h"
#include "option.h"
#include "help.h"
-#if defined(HAVE_BOOST_PYTHON)
#include "pyinterp.h"
-#endif
#include "textual.h"
#include "qif.h"