summaryrefslogtreecommitdiff
path: root/usr.bin/cvs/history.c
diff options
context:
space:
mode:
authorXavier Santolaria <xsa@cvs.openbsd.org>2005-07-21 11:42:25 +0000
committerXavier Santolaria <xsa@cvs.openbsd.org>2005-07-21 11:42:25 +0000
commitac3c63e95275935907d4ddaf1a466326f8f7003c (patch)
tree5f676213135f0bb77dc591617c69a4a3b5777e69 /usr.bin/cvs/history.c
parent048e72e2cefe9825b04da3268d7c5c27ed416c28 (diff)
<sys/param.h> is already included in "cvs.h", no need to duplicate;
Diffstat (limited to 'usr.bin/cvs/history.c')
-rw-r--r--usr.bin/cvs/history.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/cvs/history.c b/usr.bin/cvs/history.c
index a5d2d80b21d..2e698aa660a 100644
--- a/usr.bin/cvs/history.c
+++ b/usr.bin/cvs/history.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: history.c,v 1.21 2005/07/11 18:13:01 joris Exp $ */
+/* $OpenBSD: history.c,v 1.22 2005/07/21 11:42:24 xsa Exp $ */
/*
* Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org>
* All rights reserved.
@@ -24,7 +24,6 @@
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include <sys/param.h>
#include <sys/stat.h>
#include <errno.h>