Remove some spurious #includes
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Thu, 28 Sep 2000 08:37:10 +0000 (08:37 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Thu, 28 Sep 2000 08:37:10 +0000 (08:37 +0000)
git-svn-id: svn://svn.tartarus.org/sgt/putty@644 cda61777-01e9-0310-a592-d414129be87e

sshbn.c
sshdes.c

diff --git a/sshbn.c b/sshbn.c
index dbf223d..9fc5c7f 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 bc1fe59..67d91c7 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"