From f2cf1e3e2892a6326949c2570f1bb6d6c95715fb Mon Sep 17 00:00:00 2001 From: Pablo Galindo Date: Sat, 13 Apr 2019 17:05:14 +0100 Subject: bpo-36623: Clean parser headers and include files (GH-12253) After the removal of pgen, multiple header and function prototypes that lack implementation or are unused are still lying around. --- Parser/listnode.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Parser/listnode.c') diff --git a/Parser/listnode.c b/Parser/listnode.c index 71300ae908..8f1a1163b6 100644 --- a/Parser/listnode.c +++ b/Parser/listnode.c @@ -1,7 +1,7 @@ /* List a node on a file */ -#include "pgenheaders.h" +#include "Python.h" #include "token.h" #include "node.h" -- cgit v1.2.1