]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - windefs.c
Patch from Colin Watson: document pterm.WarnOnClose
[PuTTY.git] / windefs.c
index 6c65c2052dabe7166f2345413700724f7f1d3c02..2acc5e36618d495b5ba2900f91e041fca9bd1f8c 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;