remove unused zlib.h
authordjm <djm@openbsd.org>
Fri, 20 Jul 2018 03:46:34 +0000 (03:46 +0000)
committerdjm <djm@openbsd.org>
Fri, 20 Jul 2018 03:46:34 +0000 (03:46 +0000)
usr.bin/ssh/monitor.c
usr.bin/ssh/monitor_wrap.c

index 9e2c456..53c3b7c 100644 (file)
@@ -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 <provos@citi.umich.edu>
  * Copyright 2002 Markus Friedl <markus@openbsd.org>
@@ -47,6 +47,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
+#include <unistd.h>
 
 #include "atomicio.h"
 #include "xmalloc.h"
@@ -58,7 +59,6 @@
 #include "cipher.h"
 #include "kex.h"
 #include "dh.h"
-#include <zlib.h>
 #include "packet.h"
 #include "auth-options.h"
 #include "sshpty.h"
index c166baa..6bd42bc 100644 (file)
@@ -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 <provos@citi.umich.edu>
  * Copyright 2002 Markus Friedl <markus@openbsd.org>
@@ -56,7 +56,6 @@
 #include "packet.h"
 #include "mac.h"
 #include "log.h"
-#include <zlib.h>
 #include "monitor.h"
 #ifdef GSSAPI
 #include "ssh-gss.h"