summaryrefslogtreecommitdiffstats
path: root/Modules/resource.c
diff options
context:
space:
mode:
Diffstat (limited to 'Modules/resource.c')
-rw-r--r--Modules/resource.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/Modules/resource.c b/Modules/resource.c
index e59280f..87c72e7 100644
--- a/Modules/resource.c
+++ b/Modules/resource.c
@@ -4,10 +4,7 @@
#include <sys/time.h>
#include <string.h>
#include <errno.h>
-/* for sysconf */
-#if defined(HAVE_UNISTD_H)
#include <unistd.h>
-#endif
/* On some systems, these aren't in any header file.
On others they are, with inconsistent prototypes.