Created a shiny new abstraction for the socket handling. Has many
[u/mdw/putty] / settings.c
index a541441..e762aba 100644 (file)
@@ -3,13 +3,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"
 #include "storage.h"