From 0afcc9f942e697e7c11d03a47a993dc34d9239ee Mon Sep 17 00:00:00 2001 From: Kevin Steves Date: Mon, 5 Feb 2001 13:57:36 +0000 Subject: [PATCH] - stevesk@cvs.openbsd.org 2001/02/04 06:30:12 [auth2.c authfd.c packet.c] remove duplicate #include's; ok markus@ --- ChangeLog | 3 +++ auth2.c | 3 +-- authfd.c | 3 +-- packet.c | 3 +-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index 642174328..9de105d41 100644 --- a/ChangeLog +++ b/ChangeLog @@ -28,6 +28,9 @@ - markus@cvs.openbsd.org 2001/02/04 08:10:44 [ssh.1] typo; dpo@club-internet.fr + - stevesk@cvs.openbsd.org 2001/02/04 06:30:12 + [auth2.c authfd.c packet.c] + remove duplicate #include's; ok markus@ 20010104 - (bal) I think this is the last of the bsd-*.h that don't belong. diff --git a/auth2.c b/auth2.c index ca2743a5e..9cfb3c1a1 100644 --- a/auth2.c +++ b/auth2.c @@ -23,7 +23,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: auth2.c,v 1.34 2001/01/22 23:06:39 markus Exp $"); +RCSID("$OpenBSD: auth2.c,v 1.36 2001/02/04 15:32:22 stevesk Exp $"); #ifdef HAVE_OSF_SIA # include @@ -46,7 +46,6 @@ RCSID("$OpenBSD: auth2.c,v 1.34 2001/01/22 23:06:39 markus Exp $"); #include "auth.h" #include "session.h" #include "dispatch.h" -#include "auth.h" #include "key.h" #include "cipher.h" #include "kex.h" diff --git a/authfd.c b/authfd.c index d98f1184e..db877e43e 100644 --- a/authfd.c +++ b/authfd.c @@ -35,7 +35,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: authfd.c,v 1.33 2001/01/21 19:05:44 markus Exp $"); +RCSID("$OpenBSD: authfd.c,v 1.35 2001/02/04 15:32:22 stevesk Exp $"); #include @@ -52,7 +52,6 @@ RCSID("$OpenBSD: authfd.c,v 1.33 2001/01/21 19:05:44 markus Exp $"); #include "compat.h" #include "log.h" #include "atomicio.h" -#include "authfd.h" /* helper */ int decode_reply(int type); diff --git a/packet.c b/packet.c index 9ad87beb4..5a024fa9b 100644 --- a/packet.c +++ b/packet.c @@ -37,7 +37,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: packet.c,v 1.46 2001/01/21 19:05:53 markus Exp $"); +RCSID("$OpenBSD: packet.c,v 1.48 2001/02/04 15:32:24 stevesk Exp $"); #include "xmalloc.h" #include "buffer.h" @@ -57,7 +57,6 @@ RCSID("$OpenBSD: packet.c,v 1.46 2001/01/21 19:05:53 markus Exp $"); #include #include #include -#include "buffer.h" #include "cipher.h" #include "kex.h" #include "hmac.h"