From 26e95c23e8e17167f5c2ebeed36c346a878acdfd Mon Sep 17 00:00:00 2001 From: Virtually Nick Date: Sun, 29 Oct 2023 14:29:13 -0400 Subject: [PATCH] GUACAMOLE-1658: Remove reference to non-existing ssh_key header. --- src/protocols/ssh/ssh_agent.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/protocols/ssh/ssh_agent.h b/src/protocols/ssh/ssh_agent.h index 7ad3b1a2b..579580e9f 100644 --- a/src/protocols/ssh/ssh_agent.h +++ b/src/protocols/ssh/ssh_agent.h @@ -23,8 +23,6 @@ #include "config.h" -#include "ssh_key.h" - /** * Packet type of an agent identity request. */