summaryrefslogtreecommitdiffstats
path: root/stream/network.c
diff options
context:
space:
mode:
Diffstat (limited to 'stream/network.c')
-rw-r--r--stream/network.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/stream/network.c b/stream/network.c
index 3f2391e60f..282c9c2a28 100644
--- a/stream/network.c
+++ b/stream/network.c
@@ -18,14 +18,6 @@
#include "mp_msg.h"
#include "help_mp.h"
-
-#ifndef HAVE_WINSOCK2_H
-#define closesocket close
-#else
-#include <winsock2.h>
-#include <ws2tcpip.h>
-#endif
-
#include "stream.h"
#include "libmpdemux/demuxer.h"
#include "m_config.h"