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/file.c | |
parent | 297b1b5013760e5e732c9229bc31d062413219d0 (diff) | |
download | curl-f0278ca114b266bfc1edd399e463e89f653e1ec8.tar.gz |
Removed #include <sys/resource.h>, as pointed out by Henry Bland we don't
need it.
Diffstat (limited to 'lib/file.c')
-rw-r--r-- | lib/file.c | 1 |
1 files changed, 0 insertions, 1 deletions
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 |