summaryrefslogtreecommitdiff
path: root/lib/dict.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/dict.c
parent297b1b5013760e5e732c9229bc31d062413219d0 (diff)
downloadcurl-f0278ca114b266bfc1edd399e463e89f653e1ec8.tar.gz
Removed #include <sys/resource.h>, as pointed out by Henry Bland we don't
need it.
Diffstat (limited to 'lib/dict.c')
-rw-r--r--lib/dict.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/dict.c b/lib/dict.c
index 073814089..540d872c0 100644
--- a/lib/dict.c
+++ b/lib/dict.c
@@ -44,7 +44,6 @@
#endif
#include <netinet/in.h>
#include <sys/time.h>
-#include <sys/resource.h>
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif