diff --git a/Python/pythonrun.c b/Python/pythonrun.c index 45211e1b075042..ed844ec2b1ee38 100644 --- a/Python/pythonrun.c +++ b/Python/pythonrun.c @@ -34,9 +34,6 @@ #ifdef MS_WINDOWS # include "malloc.h" // alloca() -#endif - -#ifdef MS_WINDOWS # undef BYTE # include "windows.h" #endif