summaryrefslogtreecommitdiff
path: root/Python/compile.c
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-11-30 09:41:01 +0000
committerGeorg Brandl <georg@python.org>2010-11-30 09:41:01 +0000
commitc16ad2eeb23a20667e832e09ad88e012952d8988 (patch)
tree21f4147c4dede6044822a8aa98a39e297e5d5bb7 /Python/compile.c
parent6171159a9a7c63538f97307fc00e27618b326a1f (diff)
downloadcpython-c16ad2eeb23a20667e832e09ad88e012952d8988.tar.gz
Remove redundant includes of headers that are already included by Python.h.
Diffstat (limited to 'Python/compile.c')
-rw-r--r--Python/compile.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/Python/compile.c b/Python/compile.c
index fb2759650b..dfb2c9bcf7 100644
--- a/Python/compile.c
+++ b/Python/compile.c
@@ -25,10 +25,8 @@
#include "Python-ast.h"
#include "node.h"
-#include "pyarena.h"
#include "ast.h"
#include "code.h"
-#include "compile.h"
#include "symtable.h"
#include "opcode.h"