Skip to content

Commit d7df781

Browse files
authored
Remove duplicate includes: Python/ast_opt.c (#132621)
1 parent 39ee468 commit d7df781

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Python/ast_opt.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
#include "pycore_format.h" // F_LJUST
66
#include "pycore_runtime.h" // _Py_STR()
77
#include "pycore_unicodeobject.h" // _PyUnicode_EqualToASCIIString()
8-
#include "pycore_unicodeobject.h" // _PyUnicode_EqualToASCIIString()
98

109

1110
/* See PEP 765 */

0 commit comments

Comments
 (0)