mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-08 08:58:00 +00:00
Remove redundant #includes from sshutils.c.
None of these was necessary at all. I think I must have just pasted the existing list of includes when I split this file off from sshcommon.c.
This commit is contained in:
parent
56132d69c6
commit
132d48b8f3
@ -7,10 +7,7 @@
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "putty.h"
|
||||
#include "mpint.h"
|
||||
#include "ssh.h"
|
||||
#include "sshbpp.h"
|
||||
#include "sshppl.h"
|
||||
#include "sshchan.h"
|
||||
|
||||
/* ----------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user