From f2eba2bd0a00a88d1e59edae4beae1caa1cbe394 Mon Sep 17 00:00:00 2001 From: djm Date: Fri, 20 Jul 2018 03:46:34 +0000 Subject: [PATCH] remove unused zlib.h --- usr.bin/ssh/monitor.c | 4 ++-- usr.bin/ssh/monitor_wrap.c | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/usr.bin/ssh/monitor.c b/usr.bin/ssh/monitor.c index 9e2c456f3d1..53c3b7ce7f1 100644 --- a/usr.bin/ssh/monitor.c +++ b/usr.bin/ssh/monitor.c @@ -1,4 +1,4 @@ -/* $OpenBSD: monitor.c,v 1.185 2018/07/11 18:53:29 markus Exp $ */ +/* $OpenBSD: monitor.c,v 1.186 2018/07/20 03:46:34 djm Exp $ */ /* * Copyright 2002 Niels Provos * Copyright 2002 Markus Friedl @@ -47,6 +47,7 @@ #include #include #include +#include #include "atomicio.h" #include "xmalloc.h" @@ -58,7 +59,6 @@ #include "cipher.h" #include "kex.h" #include "dh.h" -#include #include "packet.h" #include "auth-options.h" #include "sshpty.h" diff --git a/usr.bin/ssh/monitor_wrap.c b/usr.bin/ssh/monitor_wrap.c index c166baab2bf..6bd42bc7f76 100644 --- a/usr.bin/ssh/monitor_wrap.c +++ b/usr.bin/ssh/monitor_wrap.c @@ -1,4 +1,4 @@ -/* $OpenBSD: monitor_wrap.c,v 1.106 2018/07/11 18:53:29 markus Exp $ */ +/* $OpenBSD: monitor_wrap.c,v 1.107 2018/07/20 03:46:34 djm Exp $ */ /* * Copyright 2002 Niels Provos * Copyright 2002 Markus Friedl @@ -56,7 +56,6 @@ #include "packet.h" #include "mac.h" #include "log.h" -#include #include "monitor.h" #ifdef GSSAPI #include "ssh-gss.h" -- 2.20.1