diff options
Diffstat (limited to 'psycopg/lobject_int.c')
-rw-r--r-- | psycopg/lobject_int.c | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/psycopg/lobject_int.c b/psycopg/lobject_int.c index bac2afb..d6ebd44 100644 --- a/psycopg/lobject_int.c +++ b/psycopg/lobject_int.c @@ -23,17 +23,15 @@ * License for more details. */ -#define PY_SSIZE_T_CLEAN -#include <Python.h> -#include <string.h> - #define PSYCOPG_MODULE -#include "psycopg/config.h" #include "psycopg/psycopg.h" -#include "psycopg/connection.h" + #include "psycopg/lobject.h" +#include "psycopg/connection.h" #include "psycopg/pqpath.h" +#include <string.h> + #ifdef PSYCOPG_EXTENSIONS static void |