]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Remove duplicate includes: Python/ast_opt.c (#132621)
authorAdam Turner <9087854+AA-Turner@users.noreply.github.com>
Thu, 17 Apr 2025 07:10:01 +0000 (08:10 +0100)
committerGitHub <noreply@github.com>
Thu, 17 Apr 2025 07:10:01 +0000 (10:10 +0300)
Python/ast_opt.c

index 1b44fa25b9f15032ca3f2c2c71379d9f611afa63..807de98ab5e42b6366c4e0b8f55c38118c10be64 100644 (file)
@@ -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 */