summaryrefslogtreecommitdiffstats
path: root/Python/suggestions.c
diff options
context:
space:
mode:
Diffstat (limited to 'Python/suggestions.c')
-rw-r--r--Python/suggestions.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/Python/suggestions.c b/Python/suggestions.c
index 12097f7..9247da4 100644
--- a/Python/suggestions.c
+++ b/Python/suggestions.c
@@ -1,10 +1,9 @@
#include "Python.h"
+#include "pycore_code.h" // _PyCode_GetVarnames()
#include "pycore_frame.h"
-#include "pycore_runtime.h" // _PyRuntime
-#include "pycore_global_objects.h" // _Py_ID()
+#include "pycore_pyerrors.h" // export _Py_UTF8_Edit_Cost()
+#include "pycore_runtime.h" // _Py_ID()
-#include "pycore_pyerrors.h"
-#include "pycore_code.h" // _PyCode_GetVarnames()
#include "stdlib_module_names.h" // _Py_stdlib_module_names
#define MAX_CANDIDATE_ITEMS 750