summaryrefslogtreecommitdiffstats
path: root/stream/stream_netstream.c
diff options
context:
space:
mode:
Diffstat (limited to 'stream/stream_netstream.c')
-rw-r--r--stream/stream_netstream.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/stream/stream_netstream.c b/stream/stream_netstream.c
index 4a3d2f04ed..36bb72ccc2 100644
--- a/stream/stream_netstream.c
+++ b/stream/stream_netstream.c
@@ -42,15 +42,6 @@
#include <inttypes.h>
#include <errno.h>
-#ifndef HAVE_WINSOCK2_H
-#define closesocket close
-#include <sys/socket.h>
-#include <netinet/in.h>
-#include <arpa/inet.h>
-#else
-#include <winsock2.h>
-#endif
-
#include "mp_msg.h"
#include "stream.h"
#include "help_mp.h"