From 0afcc9f942e697e7c11d03a47a993dc34d9239ee Mon Sep 17 00:00:00 2001 From: Kevin Steves Date: Mon, 5 Feb 2001 13:57:36 +0000 Subject: - stevesk@cvs.openbsd.org 2001/02/04 06:30:12 [auth2.c authfd.c packet.c] remove duplicate #include's; ok markus@ --- authfd.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'authfd.c') 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); -- cgit v1.2.3