summaryrefslogtreecommitdiff
path: root/Parser/grammar1.c
diff options
context:
space:
mode:
authorPablo Galindo <Pablogsal@gmail.com>2019-04-13 17:05:14 +0100
committerGitHub <noreply@github.com>2019-04-13 17:05:14 +0100
commitf2cf1e3e2892a6326949c2570f1bb6d6c95715fb (patch)
treebc8ec61893d284fe2e805191b2ba3c4a59a43879 /Parser/grammar1.c
parentf8716c88f13f035c126fc1db499ae0ea309c7ece (diff)
downloadcpython-git-f2cf1e3e2892a6326949c2570f1bb6d6c95715fb.tar.gz
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.
Diffstat (limited to 'Parser/grammar1.c')
-rw-r--r--Parser/grammar1.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/Parser/grammar1.c b/Parser/grammar1.c
index 9c323911ab..fec6d9ec0e 100644
--- a/Parser/grammar1.c
+++ b/Parser/grammar1.c
@@ -2,7 +2,6 @@
/* Grammar subroutines needed by parser */
#include "Python.h"
-#include "pgenheaders.h"
#include "grammar.h"
#include "token.h"