Created a shiny new abstraction for the socket handling. Has many
[u/mdw/putty] / xlat.c
diff --git a/xlat.c b/xlat.c
index 535497d..092f5ca 100644 (file)
--- a/xlat.c
+++ b/xlat.c
@@ -1,11 +1,4 @@
 #include <windows.h>
-#ifndef AUTO_WINSOCK
-#ifdef WINSOCK_TWO
-#include <winsock2.h>
-#else
-#include <winsock.h>
-#endif
-#endif
 #include <stdio.h>
 #include "putty.h"