From 1e1fcef756dbec60c9062462b46777ffc2a0594e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20v=2E=20L=C3=B6wis?= Date: Wed, 15 May 2002 18:24:06 +0000 Subject: Back out #555929 --- Include/Python.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Include/Python.h') diff --git a/Include/Python.h b/Include/Python.h index 593c8f6541..e3addc704a 100644 --- a/Include/Python.h +++ b/Include/Python.h @@ -22,13 +22,12 @@ #include "patchlevel.h" #include "pyconfig.h" -#include "pyport.h" #ifdef HAVE_LIMITS_H #include #endif -/* pyconfig.h or pyport.h may or may not define DL_IMPORT */ +/* pyconfig.h may or may not define DL_IMPORT */ #ifndef DL_IMPORT /* declarations for DLL import/export */ #define DL_IMPORT(RTYPE) RTYPE #endif @@ -60,6 +59,8 @@ */ #include +#include "pyport.h" + /* Debug-mode build with pymalloc implies PYMALLOC_DEBUG. * PYMALLOC_DEBUG is in error if pymalloc is not in use. */ -- cgit v1.2.1