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 | 71c23d447322307572fbe0ca68b61fad97e10021 (patch) | |
tree | 65b0cc0bfd86b04b891b4a11269485078a29495f /Include/Python.h | |
parent | Fix input type for zlib. (diff) | |
download | cpython-71c23d447322307572fbe0ca68b61fad97e10021.tar.gz cpython-71c23d447322307572fbe0ca68b61fad97e10021.tar.bz2 cpython-71c23d447322307572fbe0ca68b61fad97e10021.zip |
Include structseq.h in Python.h, and remove now-redundant includes in individual sources.
Diffstat (limited to 'Include/Python.h')
-rw-r--r-- | Include/Python.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Include/Python.h b/Include/Python.h index 6ca7a58b206..a49753ff297 100644 --- a/Include/Python.h +++ b/Include/Python.h @@ -98,6 +98,7 @@ #include "descrobject.h" #include "warnings.h" #include "weakrefobject.h" +#include "structseq.h" #include "codecs.h" #include "pyerrors.h" |