aboutsummaryrefslogtreecommitdiff
path: root/Python/ast.c
diff options
context:
space:
mode:
Diffstat (limited to 'Python/ast.c')
-rw-r--r--Python/ast.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/Python/ast.c b/Python/ast.c
index d7feb8ce85..7bf66e50aa 100644
--- a/Python/ast.c
+++ b/Python/ast.c
@@ -5,7 +5,6 @@
*/
#include "Python.h"
#include "Python-ast.h"
-#include "node.h"
#include "ast.h"
#include "token.h"
#include "pythonrun.h"