diff options
-rw-r--r-- | Python/ast_opt.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Python/ast_opt.c b/Python/ast_opt.c index 1b44fa25b9f..807de98ab5e 100644 --- a/Python/ast_opt.c +++ b/Python/ast_opt.c @@ -5,7 +5,6 @@ #include "pycore_format.h" // F_LJUST #include "pycore_runtime.h" // _Py_STR() #include "pycore_unicodeobject.h" // _PyUnicode_EqualToASCIIString() -#include "pycore_unicodeobject.h" // _PyUnicode_EqualToASCIIString() /* See PEP 765 */ |