The WinSock library is now loaded at run-time, which means we can
[u/mdw/putty] / windefs.c
index 6c65c20..2acc5e3 100644 (file)
--- a/windefs.c
+++ b/windefs.c
@@ -2,14 +2,10 @@
  * windefs.c: default settings that are specific to Windows.
  */
 
-#include <windows.h>
-#include <commctrl.h>
-
-#include "winstuff.h"
-#include "puttymem.h"
-
 #include "putty.h"
 
+#include <commctrl.h>
+
 FontSpec platform_default_fontspec(const char *name)
 {
     FontSpec ret;