diff options
Diffstat (limited to 'python/py_entry.cc')
-rw-r--r-- | python/py_entry.cc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/python/py_entry.cc b/python/py_entry.cc index d72f6363..8743886e 100644 --- a/python/py_entry.cc +++ b/python/py_entry.cc @@ -33,10 +33,6 @@ #include "pyutils.h" #include "entry.h" -#include <boost/python/exception_translator.hpp> -#include <boost/python/implicit.hpp> -#include <boost/python/args.hpp> - namespace ledger { using namespace boost::python; |