diff options
author | Adam Turner <9087854+AA-Turner@users.noreply.github.com> | 2025-04-17 08:10:01 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-17 10:10:01 +0300 |
commit | d7df7815f555a4a5d6f4308072cbacd1286e8060 (patch) | |
tree | 14dd2531f419811bd8dc3d8296a8ac251903a285 | |
parent | 39ee468e092eed659bfc2a4e0ce02572e0d81de0 (diff) | |
download | cpython-d7df7815f555a4a5d6f4308072cbacd1286e8060.tar.gz cpython-d7df7815f555a4a5d6f4308072cbacd1286e8060.zip |
Remove duplicate includes: Python/ast_opt.c (#132621)
-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 */ |