diff options
Diffstat (limited to 'Python/ast_opt.c')
-rw-r--r-- | Python/ast_opt.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Python/ast_opt.c b/Python/ast_opt.c index 2c6e168..1241445 100644 --- a/Python/ast_opt.c +++ b/Python/ast_opt.c @@ -2,9 +2,8 @@ #include "Python.h" #include "pycore_ast.h" // _PyAST_GetDocString() #include "pycore_format.h" // F_LJUST -#include "pycore_long.h" // _PyLong -#include "pycore_pystate.h" // _PyThreadState_GET() -#include "pycore_setobject.h" // _PySet_NextEntry() +#include "pycore_runtime.h" // _Py_STR() +#include "pycore_unicodeobject.h" // _PyUnicode_EqualToASCIIString() typedef struct { |