Removed #include <sys/resource.h>, as pointed out by Henry Bland we don't

need it.
This commit is contained in:
Daniel Stenberg
2003-07-25 08:30:58 +00:00
parent 297b1b5013
commit f0278ca114
7 changed files with 0 additions and 7 deletions

View File

@@ -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