From: jsg@openbsd.org Date: Sat, 12 Oct 2024 10:50:37 +0000 (+0000) Subject: upstream: remove duplicate misc.h include ok dtucker@ X-Git-Tag: V_10_0_P1~194 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=538cd28598ae942c94b99855b06fdd937e2e7381;p=thirdparty%2Fopenssh-portable.git upstream: remove duplicate misc.h include ok dtucker@ OpenBSD-Commit-ID: fdd056e7854294834d54632b4282b877cfe4c12e --- diff --git a/mux.c b/mux.c index 052929971..415024f74 100644 --- a/mux.c +++ b/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 * @@ -68,7 +68,6 @@ #include "readconf.h" #include "clientloop.h" #include "ssherr.h" -#include "misc.h" /* from ssh.c */ extern int tty_flag;