1
0
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:
Simon Tatham 2021-11-30 18:42:21 +00:00
parent cd60a602f5
commit 1bbcde70ba

View File

@ -4,7 +4,6 @@
#include "defs.h"
#include "misc.h"
#include "ssh.h"
bool ptrlen_eq_string(ptrlen pl, const char *str)
{