diff options
Diffstat (limited to 'src/py_amount.cc')
-rw-r--r-- | src/py_amount.cc | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/py_amount.cc b/src/py_amount.cc index b016b7e7..171cb586 100644 --- a/src/py_amount.cc +++ b/src/py_amount.cc @@ -31,11 +31,8 @@ #include "pyinterp.h" #include "pyutils.h" -#include "amount.h" - -#include <boost/python/exception_translator.hpp> -#include <boost/python/implicit.hpp> -#include <boost/python/args.hpp> +#include "pyfstream.h" +#include "commodity.h" namespace ledger { |