summaryrefslogtreecommitdiffstats
path: root/Python
diff options
context:
space:
mode:
Diffstat (limited to 'Python')
-rw-r--r--Python/bltinmodule.c1
-rw-r--r--Python/marshal.c1
-rw-r--r--Python/symtable.c1
3 files changed, 0 insertions, 3 deletions
diff --git a/Python/bltinmodule.c b/Python/bltinmodule.c
index 2d51531..fed657f 100644
--- a/Python/bltinmodule.c
+++ b/Python/bltinmodule.c
@@ -4,7 +4,6 @@
#include "node.h"
#include "code.h"
-#include "compile.h"
#include "eval.h"
#include <ctype.h>
diff --git a/Python/marshal.c b/Python/marshal.c
index 4114c8e..1962f92 100644
--- a/Python/marshal.c
+++ b/Python/marshal.c
@@ -7,7 +7,6 @@
#include "Python.h"
#include "longintrepr.h"
#include "code.h"
-#include "compile.h"
#include "marshal.h"
/* High water mark to determine when the marshalled object is dangerously deep
diff --git a/Python/symtable.c b/Python/symtable.c
index 7af1390..49d153b 100644
--- a/Python/symtable.c
+++ b/Python/symtable.c
@@ -1,7 +1,6 @@
#include "Python.h"
#include "Python-ast.h"
#include "code.h"
-#include "compile.h"
#include "symtable.h"
#include "structmember.h"