diff options
Diffstat (limited to 'src/py_commodity.cc')
-rw-r--r-- | src/py_commodity.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/py_commodity.cc b/src/py_commodity.cc index 7b101ec1..592116df 100644 --- a/src/py_commodity.cc +++ b/src/py_commodity.cc @@ -30,8 +30,7 @@ */ #include "pyinterp.h" -#include "pyutils.h" -#include "amount.h" +#include "commodity.h" namespace ledger { |