summaryrefslogtreecommitdiffstats
path: root/Python
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-11-30 09:30:54 (GMT)
committerGeorg Brandl <georg@python.org>2010-11-30 09:30:54 (GMT)
commit71c23d447322307572fbe0ca68b61fad97e10021 (patch)
tree65b0cc0bfd86b04b891b4a11269485078a29495f /Python
parent53afa6d239a48acbff0bfacdbce4ca3f2587ee3c (diff)
downloadcpython-71c23d447322307572fbe0ca68b61fad97e10021.zip
cpython-71c23d447322307572fbe0ca68b61fad97e10021.tar.gz
cpython-71c23d447322307572fbe0ca68b61fad97e10021.tar.bz2
Include structseq.h in Python.h, and remove now-redundant includes in individual sources.
Diffstat (limited to 'Python')
-rw-r--r--Python/sysmodule.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/Python/sysmodule.c b/Python/sysmodule.c
index 876e31e..1aa4271 100644
--- a/Python/sysmodule.c
+++ b/Python/sysmodule.c
@@ -15,7 +15,6 @@ Data members:
*/
#include "Python.h"
-#include "structseq.h"
#include "code.h"
#include "frameobject.h"
#include "eval.h"