diff options
Diffstat (limited to 'src/pyutils.h')
-rw-r--r-- | src/pyutils.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pyutils.h b/src/pyutils.h index c0e5a38a..d9b94d50 100644 --- a/src/pyutils.h +++ b/src/pyutils.h @@ -32,7 +32,6 @@ #ifndef _PY_UTILS_H #define _PY_UTILS_H -#include "pyfstream.h" template <typename T, typename TfromPy> struct object_from_python |