From d7df7815f555a4a5d6f4308072cbacd1286e8060 Mon Sep 17 00:00:00 2001 From: Adam Turner <9087854+AA-Turner@users.noreply.github.com> Date: Thu, 17 Apr 2025 08:10:01 +0100 Subject: [PATCH] Remove duplicate includes: Python/ast_opt.c (#132621) --- Python/ast_opt.c | 1 - 1 file changed, 1 deletion(-) 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 */ -- 2.47.3