aboutsummaryrefslogtreecommitdiff
path: root/lib/sendf.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/sendf.c')
-rw-r--r--lib/sendf.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/sendf.c b/lib/sendf.c
index 5d8c191d6..bf9ee490a 100644
--- a/lib/sendf.c
+++ b/lib/sendf.c
@@ -28,10 +28,6 @@
#include <stdlib.h>
#include <errno.h>
-#ifdef HAVE_SYS_TYPES_H
-#include <sys/types.h>
-#endif
-
#ifdef HAVE_SYS_SOCKET_H
#include <sys/socket.h> /* required for send() & recv() prototypes */
#endif