diff options
author | Markus Friedl <markus@cvs.openbsd.org> | 2001-11-07 22:41:52 +0000 |
---|---|---|
committer | Markus Friedl <markus@cvs.openbsd.org> | 2001-11-07 22:41:52 +0000 |
commit | 26e9bafc19aa7302818316fe9190380a4e6101ae (patch) | |
tree | 54eddad3789fc9a5f7629c8024fd64aa8e94609f /usr.bin/ssh | |
parent | 1a0bb8648bce4e625b912d74d9d4f187fcbc56b7 (diff) |
unused includes
Diffstat (limited to 'usr.bin/ssh')
-rw-r--r-- | usr.bin/ssh/auth-rh-rsa.c | 3 | ||||
-rw-r--r-- | usr.bin/ssh/auth2.c | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/usr.bin/ssh/auth-rh-rsa.c b/usr.bin/ssh/auth-rh-rsa.c index 5bca5a9702d..8a486b330a0 100644 --- a/usr.bin/ssh/auth-rh-rsa.c +++ b/usr.bin/ssh/auth-rh-rsa.c @@ -13,7 +13,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: auth-rh-rsa.c,v 1.25 2001/06/23 03:04:42 markus Exp $"); +RCSID("$OpenBSD: auth-rh-rsa.c,v 1.26 2001/11/07 22:41:51 markus Exp $"); #include "packet.h" #include "xmalloc.h" @@ -24,7 +24,6 @@ RCSID("$OpenBSD: auth-rh-rsa.c,v 1.25 2001/06/23 03:04:42 markus Exp $"); #include "hostfile.h" #include "pathnames.h" #include "auth.h" -#include "tildexpand.h" #include "canohost.h" /* diff --git a/usr.bin/ssh/auth2.c b/usr.bin/ssh/auth2.c index 607f0dc8b24..1679269ff2f 100644 --- a/usr.bin/ssh/auth2.c +++ b/usr.bin/ssh/auth2.c @@ -23,7 +23,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: auth2.c,v 1.71 2001/09/27 15:31:17 markus Exp $"); +RCSID("$OpenBSD: auth2.c,v 1.72 2001/11/07 22:41:51 markus Exp $"); #include <openssl/evp.h> @@ -50,7 +50,6 @@ RCSID("$OpenBSD: auth2.c,v 1.71 2001/09/27 15:31:17 markus Exp $"); #include "misc.h" #include "hostfile.h" #include "canohost.h" -#include "tildexpand.h" #include "match.h" /* import */ |