diff options
author | Xavier Santolaria <xsa@cvs.openbsd.org> | 2005-07-21 11:42:25 +0000 |
---|---|---|
committer | Xavier Santolaria <xsa@cvs.openbsd.org> | 2005-07-21 11:42:25 +0000 |
commit | ac3c63e95275935907d4ddaf1a466326f8f7003c (patch) | |
tree | 5f676213135f0bb77dc591617c69a4a3b5777e69 /usr.bin/cvs/diff.c | |
parent | 048e72e2cefe9825b04da3268d7c5c27ed416c28 (diff) |
<sys/param.h> is already included in "cvs.h", no need to duplicate;
Diffstat (limited to 'usr.bin/cvs/diff.c')
-rw-r--r-- | usr.bin/cvs/diff.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/cvs/diff.c b/usr.bin/cvs/diff.c index d65870c17e8..a0f71fe1188 100644 --- a/usr.bin/cvs/diff.c +++ b/usr.bin/cvs/diff.c @@ -1,4 +1,4 @@ -/* $OpenBSD: diff.c,v 1.50 2005/07/11 01:32:17 joris Exp $ */ +/* $OpenBSD: diff.c,v 1.51 2005/07/21 11:42:24 xsa Exp $ */ /* * Copyright (C) Caldera International Inc. 2001-2002. * All rights reserved. @@ -126,7 +126,6 @@ * 6n words for files of length n. */ -#include <sys/param.h> #include <sys/stat.h> #include <ctype.h> |