From 174108d18746678167a3c5a08b610e208eae3b06 Mon Sep 17 00:00:00 2001 From: Kevin Steves Date: Thu, 30 Oct 2008 19:31:17 +0000 Subject: don't need to #include "monitor_fdpass.h" --- usr.bin/ssh/clientloop.c | 3 +-- usr.bin/ssh/sshd.c | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) (limited to 'usr.bin') diff --git a/usr.bin/ssh/clientloop.c b/usr.bin/ssh/clientloop.c index 470985cbaac..30d88981c37 100644 --- a/usr.bin/ssh/clientloop.c +++ b/usr.bin/ssh/clientloop.c @@ -1,4 +1,4 @@ -/* $OpenBSD: clientloop.c,v 1.201 2008/07/16 11:51:14 djm Exp $ */ +/* $OpenBSD: clientloop.c,v 1.202 2008/10/30 19:31:16 stevesk Exp $ */ /* * Author: Tatu Ylonen * Copyright (c) 1995 Tatu Ylonen , Espoo, Finland @@ -99,7 +99,6 @@ #include "atomicio.h" #include "sshpty.h" #include "misc.h" -#include "monitor_fdpass.h" #include "match.h" #include "msg.h" diff --git a/usr.bin/ssh/sshd.c b/usr.bin/ssh/sshd.c index 54ad321313c..4624fb2cf9d 100644 --- a/usr.bin/ssh/sshd.c +++ b/usr.bin/ssh/sshd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sshd.c,v 1.364 2008/07/10 18:08:11 markus Exp $ */ +/* $OpenBSD: sshd.c,v 1.365 2008/10/30 19:31:16 stevesk Exp $ */ /* * Author: Tatu Ylonen * Copyright (c) 1995 Tatu Ylonen , Espoo, Finland @@ -101,7 +101,6 @@ #include "ssh-gss.h" #endif #include "monitor_wrap.h" -#include "monitor_fdpass.h" #include "version.h" #ifdef LIBWRAP -- cgit v1.2.3