]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
upstream: remove duplicate misc.h include ok dtucker@
authorjsg@openbsd.org <jsg@openbsd.org>
Sat, 12 Oct 2024 10:50:37 +0000 (10:50 +0000)
committerDamien Miller <djm@mindrot.org>
Sun, 13 Oct 2024 22:21:07 +0000 (09:21 +1100)
OpenBSD-Commit-ID: fdd056e7854294834d54632b4282b877cfe4c12e

mux.c

diff --git a/mux.c b/mux.c
index 052929971ccf5123ce46671ad89587ce1de8c327..415024f74e8feeada8ab3290eb9d19a833829780 100644 (file)
--- 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 <djm@openbsd.org>
  *
@@ -68,7 +68,6 @@
 #include "readconf.h"
 #include "clientloop.h"
 #include "ssherr.h"
-#include "misc.h"
 
 /* from ssh.c */
 extern int tty_flag;