summaryrefslogtreecommitdiff
path: root/Modules/resource.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
commit71c23d447322307572fbe0ca68b61fad97e10021 (patch)
tree65b0cc0bfd86b04b891b4a11269485078a29495f /Modules/resource.c
parent53afa6d239a48acbff0bfacdbce4ca3f2587ee3c (diff)
downloadcpython-git-71c23d447322307572fbe0ca68b61fad97e10021.tar.gz
Include structseq.h in Python.h, and remove now-redundant includes in individual sources.
Diffstat (limited to 'Modules/resource.c')
-rw-r--r--Modules/resource.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/Modules/resource.c b/Modules/resource.c
index 450f08ccc6..1875e483f9 100644
--- a/Modules/resource.c
+++ b/Modules/resource.c
@@ -1,6 +1,5 @@
#include "Python.h"
-#include "structseq.h"
#include <sys/resource.h>
#include <sys/time.h>
#include <string.h>