aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Python/ast_unparse.c
diff options
context:
space:
mode:
Diffstat (limited to 'Python/ast_unparse.c')
-rw-r--r--Python/ast_unparse.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/Python/ast_unparse.c b/Python/ast_unparse.c
index a04ff93e9d9..5276b2fcd66 100644
--- a/Python/ast_unparse.c
+++ b/Python/ast_unparse.c
@@ -1,7 +1,7 @@
-#include <float.h> /* DBL_MAX_10_EXP */
-#include <stdbool.h>
#include "Python.h"
-#include "Python-ast.h"
+#include "pycore_ast.h" // expr_ty
+#include <float.h> // DBL_MAX_10_EXP
+#include <stdbool.h>
static PyObject *_str_open_br;
static PyObject *_str_dbl_open_br;