Remove duplicate includes: Python/ast_opt.c (#132621)

This commit is contained in:
Adam Turner 2025-04-17 08:10:01 +01:00 committed by GitHub
parent 39ee468e09
commit d7df7815f5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View 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 */