Remove some stray diagnostics
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sat, 3 Mar 2001 16:10:04 +0000 (16:10 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sat, 3 Mar 2001 16:10:04 +0000 (16:10 +0000)
git-svn-id: svn://svn.tartarus.org/sgt/putty@979 cda61777-01e9-0310-a592-d414129be87e

pageant.c
sshrsa.c

index 0af8fe0..370c099 100644 (file)
--- a/pageant.c
+++ b/pageant.c
@@ -9,7 +9,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <ctype.h>
-#include "putty.h" // FIXME
+
 #include "ssh.h"
 #include "tree234.h"
 
index d4f35e2..5300127 100644 (file)
--- a/sshrsa.c
+++ b/sshrsa.c
@@ -9,8 +9,6 @@
 #include <stdlib.h>
 #include <string.h>
 #include <assert.h>
-#include <windows.h> // FIXME
-#include "putty.h" // FIXME
 
 #include "ssh.h"