diff options
Diffstat (limited to 'src/pyinterp.h')
-rw-r--r-- | src/pyinterp.h | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/src/pyinterp.h b/src/pyinterp.h index a75ef78b..9c801a48 100644 --- a/src/pyinterp.h +++ b/src/pyinterp.h @@ -6,18 +6,14 @@ #if defined(USE_BOOST_PYTHON) #include <boost/python.hpp> -#include <boost/python/detail/api_placeholder.hpp> -#include <boost/python/exception_translator.hpp> -#include <boost/python/suite/indexing/map_indexing_suite.hpp> - #include <Python.h> #include "pyfstream.h" -using namespace boost::python; - namespace ledger { +using namespace boost::python; + class python_interpreter_t : public xml::xpath_t::scope_t { handle<> mmodule; |