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
1 changed files with 0 additions and 3 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue