From: jsg Date: Sat, 12 Oct 2024 10:50:37 +0000 (+0000) Subject: remove duplicate misc.h include X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=7579df68a6365355e52d97bc0b09f5e5ea2c84f7;p=openbsd remove duplicate misc.h include ok dtucker@ --- 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 * @@ -55,7 +55,6 @@ #include "readconf.h" #include "clientloop.h" #include "ssherr.h" -#include "misc.h" /* from ssh.c */ extern int tty_flag;