diff options
Diffstat (limited to 'Python/symtable.c')
-rw-r--r-- | Python/symtable.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Python/symtable.c b/Python/symtable.c index 48e1515fa3..40f91789c6 100644 --- a/Python/symtable.c +++ b/Python/symtable.c @@ -1,10 +1,5 @@ #include "Python.h" #include "pycore_state.h" -#ifdef Yield -#undef Yield /* undefine conflicting macro from winbase.h */ -#endif -#include "Python-ast.h" -#include "code.h" #include "symtable.h" #include "structmember.h" |