diff options
Diffstat (limited to 'Python/pythonrun.c')
-rw-r--r-- | Python/pythonrun.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Python/pythonrun.c b/Python/pythonrun.c index 1715cde49d..99be6295b4 100644 --- a/Python/pythonrun.c +++ b/Python/pythonrun.c @@ -11,8 +11,6 @@ #include "Python.h" #include "pycore_ast.h" // PyAST_mod2obj -#undef Yield /* undefine macro conflicting with <winbase.h> */ - #include "pycore_compile.h" // _PyAST_Compile() #include "pycore_interp.h" // PyInterpreterState.importlib #include "pycore_object.h" // _PyDebug_PrintTotalRefs() |