diff options
Diffstat (limited to 'python/generic.h')
| -rw-r--r-- | python/generic.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/generic.h b/python/generic.h index 3cbe374b..4e51fd9e 100644 --- a/python/generic.h +++ b/python/generic.h @@ -1,6 +1,6 @@ // -*- mode: cpp; mode: fold -*- // Description /*{{{*/ -// $Id: generic.h,v 1.1 2001/02/20 06:32:01 jgg Exp $ +// $Id: generic.h,v 1.2 2002/01/08 06:53:04 jgg Exp $ /* ###################################################################### generic - Some handy functions to make integration a tad simpler @@ -27,7 +27,7 @@ #ifndef GENERIC_H #define GENERIC_H -#include <python/Python.h> +#include <Python.h> #include <string> template <class T> struct CppPyObject : public PyObject |
