diff options
Diffstat (limited to 'py_amount.cc')
-rw-r--r-- | py_amount.cc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/py_amount.cc b/py_amount.cc index 535055fb..6b13c9af 100644 --- a/py_amount.cc +++ b/py_amount.cc @@ -1,6 +1,4 @@ -#include <boost/python.hpp> -#include <Python.h> - +#include "py_eval.h" #include "amount.h" using namespace boost::python; |