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 | |
parent | 297b1b5013760e5e732c9229bc31d062413219d0 (diff) |
Removed #include <sys/resource.h>, as pointed out by Henry Bland we don't
need it.
-rw-r--r-- | lib/dict.c | 1 | ||||
-rw-r--r-- | lib/easy.c | 1 | ||||
-rw-r--r-- | lib/file.c | 1 | ||||
-rw-r--r-- | lib/http.c | 1 | ||||
-rw-r--r-- | lib/telnet.c | 1 | ||||
-rw-r--r-- | lib/transfer.c | 1 | ||||
-rw-r--r-- | lib/url.c | 1 |
7 files changed, 0 insertions, 7 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 diff --git a/lib/easy.c b/lib/easy.c index 1b0532c0d..02f5b2eb7 100644 --- a/lib/easy.c +++ b/lib/easy.c @@ -46,7 +46,6 @@ #endif #include <netinet/in.h> #include <sys/time.h> -#include <sys/resource.h> #ifdef HAVE_UNISTD_H #include <unistd.h> #endif diff --git a/lib/file.c b/lib/file.c index 20b6d1592..29bec9970 100644 --- a/lib/file.c +++ b/lib/file.c @@ -48,7 +48,6 @@ #include <netinet/in.h> #endif #include <sys/time.h> -#include <sys/resource.h> #ifdef HAVE_UNISTD_H #include <unistd.h> #endif 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 diff --git a/lib/telnet.c b/lib/telnet.c index cb6e3ed58..70683f48f 100644 --- a/lib/telnet.c +++ b/lib/telnet.c @@ -45,7 +45,6 @@ #endif #include <netinet/in.h> #include <sys/time.h> -#include <sys/resource.h> #ifdef HAVE_UNISTD_H #include <unistd.h> #endif diff --git a/lib/transfer.c b/lib/transfer.c index 410c173a2..4f9ea8c30 100644 --- a/lib/transfer.c +++ b/lib/transfer.c @@ -46,7 +46,6 @@ #endif #include <netinet/in.h> #include <sys/time.h> -#include <sys/resource.h> #ifdef HAVE_UNISTD_H #include <unistd.h> #endif @@ -45,7 +45,6 @@ #endif #include <netinet/in.h> #include <sys/time.h> -#include <sys/resource.h> #ifdef HAVE_UNISTD_H #include <unistd.h> #endif |