From 06cfe95237bd92f0b2d1ef1eebc892ae74063809 Mon Sep 17 00:00:00 2001 From: Amaury Forgeot d'Arc Date: Sat, 10 Nov 2007 13:55:44 +0000 Subject: No need to include windows.h twice --- Python/sysmodule.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Python/sysmodule.c b/Python/sysmodule.c index ffaa596..6fcbe75 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 -- cgit v0.12