From: Serhiy Storchaka Date: Thu, 11 Jan 2024 18:31:24 +0000 (+0200) Subject: gh-113845: Fix a compiler warning in Python/suggestions.c (GH-113949) X-Git-Tag: v3.13.0a3~86 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8717f7b495c8c33fd37017f4e7684609c304c556;p=thirdparty%2FPython%2Fcpython.git gh-113845: Fix a compiler warning in Python/suggestions.c (GH-113949) --- diff --git a/Python/suggestions.c b/Python/suggestions.c index 69c3e4fe4d21..a09b3ce6d9da 100644 --- a/Python/suggestions.c +++ b/Python/suggestions.c @@ -4,8 +4,6 @@ #include "pycore_pyerrors.h" // export _Py_UTF8_Edit_Cost() #include "pycore_runtime.h" // _Py_ID() -#include "stdlib_module_names.h" // _Py_stdlib_module_names - #define MAX_CANDIDATE_ITEMS 750 #define MAX_STRING_SIZE 40