diff options
author | Georg Brandl <georg@python.org> | 2010-11-30 09:30:54 +0000 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-11-30 09:30:54 +0000 |
commit | 6171159a9a7c63538f97307fc00e27618b326a1f (patch) | |
tree | ec453103966af03f6ffc3ed48645fbebc86d84bd /Python/sysmodule.c | |
parent | 353bf7ed67ac53d692cc59334dfc69195c44a6af (diff) | |
download | cpython-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.c | 1 |
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" |