From: Darren Tucker Date: Mon, 16 Feb 2026 23:32:41 +0000 (-0500) Subject: Removed duplicate includes; spotted by jsg@. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=723b76c8a358875cd53376c9a169887ba7a4b088;p=thirdparty%2Fopenssh-portable.git Removed duplicate includes; spotted by jsg@. --- diff --git a/auth-pam.c b/auth-pam.c index 846555640..4278a43a9 100644 --- a/auth-pam.c +++ b/auth-pam.c @@ -95,7 +95,6 @@ #include "servconf.h" #include "ssh2.h" #include "auth-options.h" -#include "misc.h" #ifdef GSSAPI #include "ssh-gss.h" #endif diff --git a/ssh-sk-helper.c b/ssh-sk-helper.c index 806019c46..7a87912bf 100644 --- a/ssh-sk-helper.c +++ b/ssh-sk-helper.c @@ -373,7 +373,6 @@ main(int argc, char **argv) return (0); } #else /* ENABLE_SK */ -#include int main(int argc, char **argv) diff --git a/sshpty.c b/sshpty.c index e6a66c12d..b3e1e2466 100644 --- a/sshpty.c +++ b/sshpty.c @@ -17,7 +17,6 @@ #include #include #include -#include #include #include