]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-113845: Fix a compiler warning in Python/suggestions.c (GH-113949)
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 11 Jan 2024 18:31:24 +0000 (20:31 +0200)
committerGitHub <noreply@github.com>
Thu, 11 Jan 2024 18:31:24 +0000 (20:31 +0200)
Python/suggestions.c

index 69c3e4fe4d2146127d022de5f618cf35b5f9d5c7..a09b3ce6d9dab260100cfd83901d64bf85579888 100644 (file)
@@ -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