diff options
author | Georg Brandl <georg@python.org> | 2010-11-30 09:41:01 +0000 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-11-30 09:41:01 +0000 |
commit | e5b99f0fb306b80118849048b3d145c1a614c38b (patch) | |
tree | e8938116fa072d7becaaad25df1cf67f142449a1 /Modules/symtablemodule.c | |
parent | 71c23d447322307572fbe0ca68b61fad97e10021 (diff) | |
download | cpython-git-e5b99f0fb306b80118849048b3d145c1a614c38b.tar.gz |
Remove redundant includes of headers that are already included by Python.h.
Diffstat (limited to 'Modules/symtablemodule.c')
-rw-r--r-- | Modules/symtablemodule.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Modules/symtablemodule.c b/Modules/symtablemodule.c index 3f281d23a6..f6201e5bb0 100644 --- a/Modules/symtablemodule.c +++ b/Modules/symtablemodule.c @@ -1,7 +1,6 @@ #include "Python.h" #include "code.h" -#include "compile.h" #include "Python-ast.h" #include "symtable.h" |