Commit f0278ca1 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

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

need it.
parent 297b1b50
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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
+0 −1
Original line number Diff line number Diff line
@@ -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
+0 −1
Original line number Diff line number Diff line
@@ -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
+0 −1
Original line number Diff line number Diff line
@@ -54,7 +54,6 @@
#endif
#endif

#include <sys/resource.h>
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif
+0 −1
Original line number Diff line number Diff line
@@ -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
Loading