1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-04-10 07:38:06 -05:00

Remove some stray diagnostics

[originally from svn r979]
This commit is contained in:
Simon Tatham 2001-03-03 16:10:04 +00:00
parent de1c70a5d4
commit 1742f1cd34
2 changed files with 1 additions and 3 deletions

View File

@ -9,7 +9,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <ctype.h>
#include "putty.h" // FIXME
#include "ssh.h"
#include "tree234.h"

View File

@ -9,8 +9,6 @@
#include <stdlib.h>
#include <string.h>
#include <assert.h>
#include <windows.h> // FIXME
#include "putty.h" // FIXME
#include "ssh.h"