summaryrefslogtreecommitdiffstats
path: root/Python/future.c
diff options
context:
space:
mode:
Diffstat (limited to 'Python/future.c')
-rw-r--r--Python/future.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/Python/future.c b/Python/future.c
index 4b73eb6..37e7a22 100644
--- a/Python/future.c
+++ b/Python/future.c
@@ -1,9 +1,5 @@
#include "Python.h"
-#include "Python-ast.h"
-#include "token.h"
-#include "code.h"
-#include "symtable.h"
-#include "ast.h"
+#include "pycore_ast.h" // _PyAST_GetDocString()
#define UNDEFINED_FUTURE_FEATURE "future feature %.100s is not defined"
#define ERR_LATE_FUTURE \