1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-03 20:42:48 -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

View File

@ -1,8 +1,7 @@
#include <windows.h>
#include <winreg.h>
#include <tchar.h>
#include <stdio.h>
#include <stdlib.h>
#include <tchar.h>
#include "putty.h"
#include "winstuff.h"