summaryrefslogtreecommitdiff
path: root/Python/sysmodule.c
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-11-30 09:30:54 +0000
committerGeorg Brandl <georg@python.org>2010-11-30 09:30:54 +0000
commit6171159a9a7c63538f97307fc00e27618b326a1f (patch)
treeec453103966af03f6ffc3ed48645fbebc86d84bd /Python/sysmodule.c
parent353bf7ed67ac53d692cc59334dfc69195c44a6af (diff)
downloadcpython-6171159a9a7c63538f97307fc00e27618b326a1f.tar.gz
Include structseq.h in Python.h, and remove now-redundant includes in individual sources.
Diffstat (limited to 'Python/sysmodule.c')
-rw-r--r--Python/sysmodule.c1
1 files changed, 0 insertions, 1 deletions
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"