From: Adam Turner <9087854+AA-Turner@users.noreply.github.com> Date: Thu, 17 Apr 2025 07:10:01 +0000 (+0100) Subject: Remove duplicate includes: Python/ast_opt.c (#132621) X-Git-Tag: v3.14.0b1~438 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d7df7815f555a4a5d6f4308072cbacd1286e8060;p=thirdparty%2FPython%2Fcpython.git Remove duplicate includes: Python/ast_opt.c (#132621) --- diff --git a/Python/ast_opt.c b/Python/ast_opt.c index 1b44fa25b9f1..807de98ab5e4 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 */