diff options
| author | Georg Brandl <georg@python.org> | 2010-11-30 09:41:01 (GMT) | 
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2010-11-30 09:41:01 (GMT) | 
| commit | e5b99f0fb306b80118849048b3d145c1a614c38b (patch) | |
| tree | e8938116fa072d7becaaad25df1cf67f142449a1 /Python/compile.c | |
| parent | 71c23d447322307572fbe0ca68b61fad97e10021 (diff) | |
| download | cpython-e5b99f0fb306b80118849048b3d145c1a614c38b.zip cpython-e5b99f0fb306b80118849048b3d145c1a614c38b.tar.gz cpython-e5b99f0fb306b80118849048b3d145c1a614c38b.tar.bz2  | |
Remove redundant includes of headers that are already included by Python.h.
Diffstat (limited to 'Python/compile.c')
| -rw-r--r-- | Python/compile.c | 2 | 
1 files changed, 0 insertions, 2 deletions
diff --git a/Python/compile.c b/Python/compile.c index fb27596..dfb2c9b 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"  | 
