Created a shiny new abstraction for the socket handling. Has many
[u/mdw/putty] / noise.c
diff --git a/noise.c b/noise.c
index 1d764d5..af75f9d 100644 (file)
--- a/noise.c
+++ b/noise.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"