From abe6f9dc476cddaab6a356ec21907cea015de617 Mon Sep 17 00:00:00 2001 From: martin Date: Fri, 2 Apr 2004 09:08:55 +0000 Subject: [PATCH] Remove duplicate include, fixes PR bin/25018 from Jeff Ito. --- bin/rcp/rcp.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/bin/rcp/rcp.c b/bin/rcp/rcp.c index 72e0014e55d3..f04409aecf4a 100644 --- a/bin/rcp/rcp.c +++ b/bin/rcp/rcp.c @@ -1,4 +1,4 @@ -/* $NetBSD: rcp.c,v 1.34 2004/03/28 08:18:25 jdolecek Exp $ */ +/* $NetBSD: rcp.c,v 1.35 2004/04/02 09:08:55 martin Exp $ */ /* * Copyright (c) 1983, 1990, 1992, 1993 @@ -39,7 +39,7 @@ __COPYRIGHT("@(#) Copyright (c) 1983, 1990, 1992, 1993\n\ #if 0 static char sccsid[] = "@(#)rcp.c 8.2 (Berkeley) 4/2/94"; #else -__RCSID("$NetBSD: rcp.c,v 1.34 2004/03/28 08:18:25 jdolecek Exp $"); +__RCSID("$NetBSD: rcp.c,v 1.35 2004/04/02 09:08:55 martin Exp $"); #endif #endif /* not lint */ @@ -62,7 +62,6 @@ __RCSID("$NetBSD: rcp.c,v 1.34 2004/03/28 08:18:25 jdolecek Exp $"); #include #include #include -#include #include #include "pathnames.h"