Created a shiny new abstraction for the socket handling. Has many
[u/mdw/putty] / be_all.c
index ae58771..69e44b7 100644 (file)
--- a/be_all.c
+++ b/be_all.c
@@ -4,13 +4,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"