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 /Objects/genobject.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 'Objects/genobject.c')
-rw-r--r-- | Objects/genobject.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Objects/genobject.c b/Objects/genobject.c index 34ee7dcc1f..3fa1b4e726 100644 --- a/Objects/genobject.c +++ b/Objects/genobject.c @@ -2,8 +2,6 @@ #include "Python.h" #include "frameobject.h" -#include "genobject.h" -#include "ceval.h" #include "structmember.h" #include "opcode.h" |