From b027961b96be1382cbefbcedcb79c0cf349863a6 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sat, 31 Jan 2009 16:03:53 -0400 Subject: Removed unnecessary #ifdef block. pyinterp.h now guards itself. --- python/pyinterp.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'python/pyinterp.h') diff --git a/python/pyinterp.h b/python/pyinterp.h index df0e00dd..de910223 100644 --- a/python/pyinterp.h +++ b/python/pyinterp.h @@ -35,6 +35,8 @@ #include "scope.h" #include "session.h" +#if defined(HAVE_BOOST_PYTHON) + #include #include @@ -126,4 +128,6 @@ public: } // namespace ledger +#endif // HAVE_BOOST_PYTHON + #endif // _PYINTERP_H -- cgit v1.2.3