]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
Removed duplicate includes; spotted by jsg@.
authorDarren Tucker <dtucker@dtucker.net>
Mon, 16 Feb 2026 23:32:41 +0000 (18:32 -0500)
committerDarren Tucker <dtucker@dtucker.net>
Mon, 16 Feb 2026 23:32:41 +0000 (18:32 -0500)
auth-pam.c
ssh-sk-helper.c
sshpty.c

index 8465556409202b66b29f05bfabe742be9318b83f..4278a43a94802bade2aa57b05f2b320a69da8ba3 100644 (file)
@@ -95,7 +95,6 @@
 #include "servconf.h"
 #include "ssh2.h"
 #include "auth-options.h"
-#include "misc.h"
 #ifdef GSSAPI
 #include "ssh-gss.h"
 #endif
index 806019c46a3dcbc61f33d9adb045bf3f13271b99..7a87912bff16d30a5306d8bf0c476ade2558f2bd 100644 (file)
@@ -373,7 +373,6 @@ main(int argc, char **argv)
        return (0);
 }
 #else /* ENABLE_SK */
-#include <stdio.h>
 
 int
 main(int argc, char **argv)
index e6a66c12dd026c6f152a8d86c0576c28f1c0c6bc..b3e1e2466c1c5ac7ba343e2898df0e79e2215692 100644 (file)
--- 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>