diff options
author | Georg Brandl <georg@python.org> | 2010-11-30 09:30:54 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-11-30 09:30:54 (GMT) |
commit | 71c23d447322307572fbe0ca68b61fad97e10021 (patch) | |
tree | 65b0cc0bfd86b04b891b4a11269485078a29495f /Modules/pwdmodule.c | |
parent | 53afa6d239a48acbff0bfacdbce4ca3f2587ee3c (diff) | |
download | cpython-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 'Modules/pwdmodule.c')
-rw-r--r-- | Modules/pwdmodule.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Modules/pwdmodule.c b/Modules/pwdmodule.c index 4e6bd2f..1e0903a 100644 --- a/Modules/pwdmodule.c +++ b/Modules/pwdmodule.c @@ -2,7 +2,6 @@ /* UNIX password file access module */ #include "Python.h" -#include "structseq.h" #include <sys/types.h> #include <pwd.h> |