Created a shiny new abstraction for the socket handling. Has many
[u/mdw/putty] / windlg.c
index 6a45a31..d338781 100644 (file)
--- a/windlg.c
+++ b/windlg.c
@@ -1,13 +1,6 @@
 #include <windows.h>
 #include <commctrl.h>
 #include <commdlg.h>
-#ifndef AUTO_WINSOCK
-#ifdef WINSOCK_TWO
-#include <winsock2.h>
-#else
-#include <winsock.h>
-#endif
-#endif
 #include <stdio.h>
 #include <stdlib.h>