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