diff options
| author | Pablo Galindo <Pablogsal@gmail.com> | 2019-04-13 17:05:14 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-04-13 17:05:14 +0100 |
| commit | f2cf1e3e2892a6326949c2570f1bb6d6c95715fb (patch) | |
| tree | bc8ec61893d284fe2e805191b2ba3c4a59a43879 /Parser/listnode.c | |
| parent | f8716c88f13f035c126fc1db499ae0ea309c7ece (diff) | |
| download | cpython-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/listnode.c')
| -rw-r--r-- | Parser/listnode.c | 2 |
1 files changed, 1 insertions, 1 deletions
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" |
