summaryrefslogtreecommitdiffstats
path: root/Python/suggestions.c
diff options
context:
space:
mode:
Diffstat (limited to 'Python/suggestions.c')
-rw-r--r--Python/suggestions.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/Python/suggestions.c b/Python/suggestions.c
index 69c3e4f..a09b3ce 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