diff options
author | Daniel Stenberg <daniel@haxx.se> | 2003-07-25 08:30:58 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2003-07-25 08:30:58 +0000 |
commit | f0278ca114b266bfc1edd399e463e89f653e1ec8 (patch) | |
tree | 56600bd132ccf2ae0b01ab6ea96f2b446627687e /lib/dict.c | |
parent | 297b1b5013760e5e732c9229bc31d062413219d0 (diff) |
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.c | 1 |
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 |