зеркало из https://github.com/github/putty.git
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:
Родитель
56132d69c6
Коммит
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"
|
||||
|
||||
/* ----------------------------------------------------------------------
|
||||
|
|
Загрузка…
Ссылка в новой задаче