aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Python
diff options
context:
space:
mode:
Diffstat (limited to 'Python')
-rw-r--r--Python/graminit.c1
-rw-r--r--Python/strdup.c2
2 files changed, 0 insertions, 3 deletions
diff --git a/Python/graminit.c b/Python/graminit.c
index 441502e9087..cd900324170 100644
--- a/Python/graminit.c
+++ b/Python/graminit.c
@@ -1,6 +1,5 @@
/* Generated by Parser/pgen */
-#include "pgenheaders.h"
#include "grammar.h"
grammar _PyParser_Grammar;
static arc arcs_0_0[3] = {
diff --git a/Python/strdup.c b/Python/strdup.c
index 99dc77417bd..6ce171b21fe 100644
--- a/Python/strdup.c
+++ b/Python/strdup.c
@@ -1,7 +1,5 @@
/* strdup() replacement (from stdwin, if you must know) */
-#include "pgenheaders.h"
-
char *
strdup(const char *str)
{