1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-05 21:42:47 -05:00

Pedantry patch from RDB: sanitise header use, correct one comment

and remove an unused variable.

[originally from svn r1243]
This commit is contained in:
Simon Tatham
2001-09-07 22:49:17 +00:00
parent eebec27c99
commit 3c74c01014
5 changed files with 9 additions and 12 deletions

3
scp.c
View File

@ -22,9 +22,6 @@
#include <limits.h>
#include <time.h>
#include <assert.h>
/* GUI Adaptation - Sept 2000 */
#include <winuser.h>
#include <winbase.h>
#define PUTTY_DO_GLOBALS
#include "putty.h"