From d40f18b90f2bca9bb85713c7b5521c8e67bce7dd Mon Sep 17 00:00:00 2001 From: Serhiy Storchaka Date: Thu, 11 Jan 2024 18:25:17 +0200 Subject: [PATCH] gh-113845: Fix a compiler warning in Python/suggestions.c --- Python/suggestions.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/Python/suggestions.c b/Python/suggestions.c index 69c3e4fe4d2146..a09b3ce6d9dab2 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