1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-05-09 05:32:11 -05:00

Remove some spurious #includes

[originally from svn r644]
This commit is contained in:
Simon Tatham 2000-09-28 08:37:10 +00:00
parent 087f33eb71
commit 9dd8ddadc2
2 changed files with 0 additions and 9 deletions

View File

@ -6,11 +6,6 @@
#include <stdlib.h>
#include <string.h>
#include <stdio.h> /* FIXME */
#include <stdarg.h> /* FIXME */
#include <windows.h> /* FIXME */
#include "putty.h" /* FIXME */
#include "ssh.h"
unsigned short bnZero[1] = { 0 };

View File

@ -1,8 +1,4 @@
#include <assert.h>
#include <stdio.h> /* FIXME */
#include <stdarg.h> /* FIXME */
#include <windows.h> /* FIXME */
#include "putty.h" /* FIXME */
#include "ssh.h"