Created a shiny new abstraction for the socket handling. Has many
[u/mdw/putty] / be_none.c
index 8151b3d..d112143 100644 (file)
--- a/be_none.c
+++ b/be_none.c
@@ -5,13 +5,6 @@
  */
 
 #include <windows.h>
-#ifndef AUTO_WINSOCK
-#ifdef WINSOCK_TWO
-#include <winsock2.h>
-#else
-#include <winsock.h>
-#endif
-#endif
 #include <stdio.h>
 #include "putty.h"