[openssh-commits] [openssh] branch master updated: Removed duplicate includes; spotted by jsg at .
git+noreply at mindrot.org
git+noreply at mindrot.org
Tue Feb 17 10:33:38 AEDT 2026
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
The following commit(s) were added to refs/heads/master by this push:
new 723b76c8a Removed duplicate includes; spotted by jsg at .
723b76c8a is described below
commit 723b76c8a358875cd53376c9a169887ba7a4b088
Author: Darren Tucker <dtucker at dtucker.net>
AuthorDate: Mon Feb 16 18:32:41 2026 -0500
Removed duplicate includes; spotted by jsg at .
---
auth-pam.c | 1 -
ssh-sk-helper.c | 1 -
sshpty.c | 1 -
3 files changed, 3 deletions(-)
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 <stdio.h>
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 <sys/types.h>
#include <sys/ioctl.h>
#include <sys/stat.h>
-#include <signal.h>
#include <errno.h>
#include <fcntl.h>
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list