From 314858e2763e76e77029ea0b691d749c32939087 Mon Sep 17 00:00:00 2001 From: Lysandros Nikolaou Date: Sat, 20 Jun 2020 21:07:25 +0300 Subject: bpo-40939: Remove the old parser (Part 2) (GH-21005) Remove some remaining files and Makefile targets for the old parser --- Python/future.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'Python/future.c') diff --git a/Python/future.c b/Python/future.c index 1663a38a6f..56da4d8c79 100644 --- a/Python/future.c +++ b/Python/future.c @@ -1,8 +1,6 @@ #include "Python.h" #include "Python-ast.h" -#include "node.h" #include "token.h" -#include "graminit.h" #include "code.h" #include "symtable.h" #include "ast.h" -- cgit v1.2.1