]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - sshbn.c
Remove /DWIN32S_COMPAT by detecting presence of GetSystemPowerStatus at
[PuTTY.git] / sshbn.c
diff --git a/sshbn.c b/sshbn.c
index dbf223d68ca99a0859b3430f4f9c2f99a2eaae60..9fc5c7fb6c908479a12c381545fcf8ba3d562874 100644 (file)
--- a/sshbn.c
+++ b/sshbn.c
@@ -6,11 +6,6 @@
 #include <stdlib.h>
 #include <string.h>
 
-#include <stdio.h> /* FIXME */
-#include <stdarg.h> /* FIXME */
-#include <windows.h> /* FIXME */
-#include "putty.h" /* FIXME */
-
 #include "ssh.h"
 
 unsigned short bnZero[1] = { 0 };