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
Родитель 56132d69c6
Коммит 132d48b8f3
1 изменённых файлов: 0 добавлений и 3 удалений

Просмотреть файл

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