]> asedeno.scripts.mit.edu Git - PuTTY.git/commitdiff
Fix small compilation problem in Pageant
authorSimon Tatham <anakin@pobox.com>
Thu, 28 Sep 2000 08:35:20 +0000 (08:35 +0000)
committerSimon Tatham <anakin@pobox.com>
Thu, 28 Sep 2000 08:35:20 +0000 (08:35 +0000)
[originally from svn r642]

pageant.c

index a9af585c29f8ed4739f12d34fb364a28e544f48a..c3a2a8aab74a951c5e460bc624d3bec1e802f3b6 100644 (file)
--- a/pageant.c
+++ b/pageant.c
@@ -4,8 +4,7 @@
 
 #include <windows.h>
 #include <aclapi.h>
-#include <stdio.h> /* FIXME */
-#include "putty.h" /* FIXME */
+#include <stdio.h>
 #include "ssh.h"
 #include "tree234.h"