mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-03-22 06:38:37 -05:00
Remove a redundant #include.
ptrlen.c doesn't have anything to do with SSH, so it doesn't need ssh.h.
This commit is contained in:
parent
cd60a602f5
commit
1bbcde70ba
@ -4,7 +4,6 @@
|
|||||||
|
|
||||||
#include "defs.h"
|
#include "defs.h"
|
||||||
#include "misc.h"
|
#include "misc.h"
|
||||||
#include "ssh.h"
|
|
||||||
|
|
||||||
bool ptrlen_eq_string(ptrlen pl, const char *str)
|
bool ptrlen_eq_string(ptrlen pl, const char *str)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user