mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-25 01:02:24 +00: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 "misc.h"
|
||||
#include "ssh.h"
|
||||
|
||||
bool ptrlen_eq_string(ptrlen pl, const char *str)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user