diff options
Diffstat (limited to 'usr.bin/cvs/proto.h')
-rw-r--r-- | usr.bin/cvs/proto.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.bin/cvs/proto.h b/usr.bin/cvs/proto.h index cbbfa98a93a..97aea099f1c 100644 --- a/usr.bin/cvs/proto.h +++ b/usr.bin/cvs/proto.h @@ -1,4 +1,4 @@ -/* $OpenBSD: proto.h,v 1.10 2005/12/30 16:47:36 joris Exp $ */ +/* $OpenBSD: proto.h,v 1.11 2006/01/02 09:42:20 xsa Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org> * All rights reserved. @@ -27,8 +27,6 @@ #ifndef PROTO_H #define PROTO_H -#include <sys/param.h> - #include "buf.h" #include "file.h" |