From 71c23d447322307572fbe0ca68b61fad97e10021 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Tue, 30 Nov 2010 09:30:54 +0000 Subject: Include structseq.h in Python.h, and remove now-redundant includes in individual sources. --- Python/sysmodule.c | 1 - 1 file changed, 1 deletion(-) (limited to 'Python/sysmodule.c') diff --git a/Python/sysmodule.c b/Python/sysmodule.c index 876e31e830..1aa4271d76 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" -- cgit v1.2.1