aboutsummaryrefslogtreecommitdiff
path: root/lib/http.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-07-25 08:30:58 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-07-25 08:30:58 +0000
commitf0278ca114b266bfc1edd399e463e89f653e1ec8 (patch)
tree56600bd132ccf2ae0b01ab6ea96f2b446627687e /lib/http.c
parent297b1b5013760e5e732c9229bc31d062413219d0 (diff)
Removed #include <sys/resource.h>, as pointed out by Henry Bland we don't
need it.
Diffstat (limited to 'lib/http.c')
-rw-r--r--lib/http.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/http.c b/lib/http.c
index 9a2f7fea9..b361a204b 100644
--- a/lib/http.c
+++ b/lib/http.c
@@ -54,7 +54,6 @@
#endif
#endif
-#include <sys/resource.h>
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif