]> asedeno.scripts.mit.edu Git - PuTTY.git/commitdiff
Remove some spurious #includes
authorSimon Tatham <anakin@pobox.com>
Thu, 28 Sep 2000 08:37:10 +0000 (08:37 +0000)
committerSimon Tatham <anakin@pobox.com>
Thu, 28 Sep 2000 08:37:10 +0000 (08:37 +0000)
[originally from svn r644]

sshbn.c
sshdes.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 };
index bc1fe59ea8dd37abcdfcbbeb3b5efeeaedb06758..67d91c7f86c81ad966e487cffd73eaa10f1e7f8d 100644 (file)
--- a/sshdes.c
+++ b/sshdes.c
@@ -1,8 +1,4 @@
 #include <assert.h>
-#include <stdio.h> /* FIXME */
-#include <stdarg.h> /* FIXME */
-#include <windows.h> /* FIXME */
-#include "putty.h" /* FIXME */
 #include "ssh.h"