diff --git a/Python/sysmodule.c b/Python/sysmodule.c index ffaa596642b..6fcbe75eef5 100644 --- a/Python/sysmodule.c +++ b/Python/sysmodule.c @@ -23,7 +23,7 @@ Data members: #ifdef MS_WINDOWS #define WIN32_LEAN_AND_MEAN -#include "windows.h" +#include #endif /* MS_WINDOWS */ #ifdef MS_COREDLL @@ -36,10 +36,6 @@ extern const char *PyWin_DLLVersionString; #include #endif -#ifdef MS_WINDOWS -#include -#endif - #ifdef HAVE_LANGINFO_H #include #include