diff options
Diffstat (limited to 'psycopg/connection_int.c')
-rw-r--r-- | psycopg/connection_int.c | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/psycopg/connection_int.c b/psycopg/connection_int.c index 73292b8..e04d510 100644 --- a/psycopg/connection_int.c +++ b/psycopg/connection_int.c @@ -23,19 +23,18 @@ * 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/cursor.h" #include "psycopg/pqpath.h" #include "psycopg/green.h" #include "psycopg/notify.h" +#include <string.h> + + /* conn_notice_callback - process notices */ static void |