summaryrefslogtreecommitdiffstats
path: root/src/channel.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/channel.c')
-rw-r--r--src/channel.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/channel.c b/src/channel.c
index 38f610a9fb..8d850c656f 100644
--- a/src/channel.c
+++ b/src/channel.c
@@ -10,13 +10,6 @@
* Implements communication through a socket or any file handle.
*/
-#ifdef WIN32
-// Must include winsock2.h before windows.h since it conflicts with winsock.h
-// (included in windows.h).
-# include <winsock2.h>
-# include <ws2tcpip.h>
-#endif
-
#include "vim.h"
#if defined(FEAT_JOB_CHANNEL) || defined(PROTO)