diff options
-rw-r--r-- | src/pyinterp.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/pyinterp.h b/src/pyinterp.h index 99a737a5..1cfbd8d9 100644 --- a/src/pyinterp.h +++ b/src/pyinterp.h @@ -34,8 +34,6 @@ #include "xpath.h" -#if defined(USE_BOOST_PYTHON) - #include <boost/python.hpp> #include <Python.h> @@ -103,6 +101,4 @@ class python_interpreter_t : public xml::xpath_t::scope_t } // namespace ledger -#endif // USE_BOOST_PYTHON - #endif // _PY_EVAL_H |