diff options
author | John Wiegley <johnw@newartisans.com> | 2009-01-31 16:03:53 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-01-31 16:04:21 -0400 |
commit | b027961b96be1382cbefbcedcb79c0cf349863a6 (patch) | |
tree | 1aafc7225d6d099acef0289992a9d6d8543aaea3 /src/main.cc | |
parent | d2df584373c6a083908964369497f77ada10e16d (diff) | |
download | fork-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.cc | 2 |
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" |