From e8f3e88946eccc37e02ea7dcc47573958a616ce0 Mon Sep 17 00:00:00 2001 From: Xavier Santolaria Date: Mon, 2 Jan 2006 08:11:57 +0000 Subject: #include's cleanup; ok joris@ niallo@. --- usr.bin/cvs/remove.c | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) (limited to 'usr.bin/cvs/remove.c') diff --git a/usr.bin/cvs/remove.c b/usr.bin/cvs/remove.c index d508e121ec0..7f5e2474cc2 100644 --- a/usr.bin/cvs/remove.c +++ b/usr.bin/cvs/remove.c @@ -1,4 +1,4 @@ -/* $OpenBSD: remove.c,v 1.39 2005/12/30 02:03:28 joris Exp $ */ +/* $OpenBSD: remove.c,v 1.40 2006/01/02 08:11:56 xsa Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau * Copyright (c) 2004, 2005 Xavier Santolaria @@ -25,15 +25,7 @@ * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include -#include - -#include -#include -#include -#include -#include -#include +#include "includes.h" #include "cvs.h" #include "log.h" -- cgit v1.2.3