summaryrefslogtreecommitdiff
path: root/usr.bin/cvs/remove.c
diff options
context:
space:
mode:
authorXavier Santolaria <xsa@cvs.openbsd.org>2006-01-02 08:11:57 +0000
committerXavier Santolaria <xsa@cvs.openbsd.org>2006-01-02 08:11:57 +0000
commite8f3e88946eccc37e02ea7dcc47573958a616ce0 (patch)
tree2aa9e81ee7d2ca3f58ec43a9080c3fad91d94e36 /usr.bin/cvs/remove.c
parent248e03c0c539ded07d5b3b677501b02e88f38d94 (diff)
#include's cleanup; ok joris@ niallo@.
Diffstat (limited to 'usr.bin/cvs/remove.c')
-rw-r--r--usr.bin/cvs/remove.c12
1 files changed, 2 insertions, 10 deletions
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 <jfb@openbsd.org>
* Copyright (c) 2004, 2005 Xavier Santolaria <xsa@openbsd.org>
@@ -25,15 +25,7 @@
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include <sys/types.h>
-#include <sys/stat.h>
-
-#include <errno.h>
-#include <fcntl.h>
-#include <stdio.h>
-#include <stdlib.h>
-#include <string.h>
-#include <unistd.h>
+#include "includes.h"
#include "cvs.h"
#include "log.h"