summaryrefslogtreecommitdiff
path: root/usr.bin/cvs/cvs.h
diff options
context:
space:
mode:
authorXavier Santolaria <xsa@cvs.openbsd.org>2006-01-02 09:42:21 +0000
committerXavier Santolaria <xsa@cvs.openbsd.org>2006-01-02 09:42:21 +0000
commit8a806277869ce3b581cd3d92ea6c95be6ca1f747 (patch)
tree418b58bafbaf4f52a934b856e2c318c6fb095d4f /usr.bin/cvs/cvs.h
parent31768d988693cb066d662ccd1c6c2a4392edf852 (diff)
more includes cleanup;
Diffstat (limited to 'usr.bin/cvs/cvs.h')
-rw-r--r--usr.bin/cvs/cvs.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/usr.bin/cvs/cvs.h b/usr.bin/cvs/cvs.h
index d4b43b74ab9..ae038bdb6c0 100644
--- a/usr.bin/cvs/cvs.h
+++ b/usr.bin/cvs/cvs.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: cvs.h,v 1.96 2006/01/01 05:05:58 joris Exp $ */
+/* $OpenBSD: cvs.h,v 1.97 2006/01/02 09:42:20 xsa Exp $ */
/*
* Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org>
* All rights reserved.
@@ -27,11 +27,6 @@
#ifndef CVS_H
#define CVS_H
-#include <sys/param.h>
-
-#include <dirent.h>
-#include <stdio.h>
-
#include "rcs.h"
#include "file.h"
#include "xmalloc.h"