Fix small compilation problem in Pageant
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Thu, 28 Sep 2000 08:35:20 +0000 (08:35 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Thu, 28 Sep 2000 08:35:20 +0000 (08:35 +0000)
git-svn-id: svn://svn.tartarus.org/sgt/putty@642 cda61777-01e9-0310-a592-d414129be87e

pageant.c

index a9af585..c3a2a8a 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"