]> asedeno.scripts.mit.edu Git - PuTTY.git/commitdiff
Remove some stray diagnostics
authorSimon Tatham <anakin@pobox.com>
Sat, 3 Mar 2001 16:10:04 +0000 (16:10 +0000)
committerSimon Tatham <anakin@pobox.com>
Sat, 3 Mar 2001 16:10:04 +0000 (16:10 +0000)
[originally from svn r979]

pageant.c
sshrsa.c

index 0af8fe093ab0f9d63ebe7f5eccea61980a6a0a20..370c099a8d8ef1bc9239d255be6fa4f4e2f8dc0b 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 d4f35e287f6df665f2daff390cc698d10ff6166c..53001277633b10aa6f86003096fa2bb1b23874b9 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"