Index: PC/_winreg.c =================================================================== --- PC/_winreg.c (revision 55600) +++ PC/_winreg.c (working copy) @@ -11,9 +11,8 @@ basic Unicode support added. */ - -#include "windows.h" #include "Python.h" +#include "windows.h" #include "structmember.h" #include "malloc.h" /* for alloca */ Index: PC/dl_nt.c =================================================================== --- PC/dl_nt.c (revision 55600) +++ PC/dl_nt.c (working copy) @@ -7,12 +7,12 @@ forgotten) from the programmer. */ -#include "windows.h" + /* NT and Python share these */ #include "pyconfig.h" #include "Python.h" - +#include "windows.h" char dllVersionBuffer[16] = ""; // a private buffer // Python Globals Index: Python/dynload_win.c =================================================================== --- Python/dynload_win.c (revision 55600) +++ Python/dynload_win.c (working copy) @@ -1,13 +1,12 @@ /* Support for dynamic loading of extension modules */ - +#include "Python.h" #include #ifdef HAVE_DIRECT_H #include #endif #include -#include "Python.h" #include "importdl.h" const struct filedescr _PyImport_DynLoadFiletab[] = {