diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2024-10-12 10:50:38 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2024-10-12 10:50:38 +0000 |
commit | 1ee8c6a87d1fd6267425189d125fe500ebf4b77c (patch) | |
tree | aad2b03d5fbf1e5054e971e6d015f0463a8b65d0 /usr.bin/ssh | |
parent | ea2f39075e260e9cbe039fa692c951ea8cbbf940 (diff) |
remove duplicate misc.h include
ok dtucker@
Diffstat (limited to 'usr.bin/ssh')
-rw-r--r-- | usr.bin/ssh/mux.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/ssh/mux.c b/usr.bin/ssh/mux.c index 80aa151f382..75f57cd515a 100644 --- a/usr.bin/ssh/mux.c +++ b/usr.bin/ssh/mux.c @@ -1,4 +1,4 @@ -/* $OpenBSD: mux.c,v 1.102 2024/07/25 22:40:08 djm Exp $ */ +/* $OpenBSD: mux.c,v 1.103 2024/10/12 10:50:37 jsg Exp $ */ /* * Copyright (c) 2002-2008 Damien Miller <djm@openbsd.org> * @@ -55,7 +55,6 @@ #include "readconf.h" #include "clientloop.h" #include "ssherr.h" -#include "misc.h" /* from ssh.c */ extern int tty_flag; |