summaryrefslogtreecommitdiff
path: root/Modules/grpmodule.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 /Modules/grpmodule.c
parent353bf7ed67ac53d692cc59334dfc69195c44a6af (diff)
downloadcpython-6171159a9a7c63538f97307fc00e27618b326a1f.tar.gz
Include structseq.h in Python.h, and remove now-redundant includes in individual sources.
Diffstat (limited to 'Modules/grpmodule.c')
-rw-r--r--Modules/grpmodule.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/Modules/grpmodule.c b/Modules/grpmodule.c
index d64c142857..97a3783bc8 100644
--- a/Modules/grpmodule.c
+++ b/Modules/grpmodule.c
@@ -2,7 +2,6 @@
/* UNIX group file access module */
#include "Python.h"
-#include "structseq.h"
#include <sys/types.h>
#include <grp.h>