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