1
0
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:
Simon Tatham 2020-09-13 08:29:35 +01:00
parent 56132d69c6
commit 132d48b8f3

View File

@ -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"
/* ----------------------------------------------------------------------