1
0
mirror of https://github.com/openbsd/src.git synced 2026-05-01 01:27:08 +00:00

remove duplicate misc.h include

ok dtucker@
This commit is contained in:
jsg
2024-10-12 10:50:37 +00:00
parent 38cf620f4e
commit 7579df68a6

View File

@@ -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;