diff options
-rw-r--r-- | usr.bin/cvs/cvs.h | 7 | ||||
-rw-r--r-- | usr.bin/cvs/file.h | 7 | ||||
-rw-r--r-- | usr.bin/cvs/proto.h | 4 | ||||
-rw-r--r-- | usr.bin/cvs/rcs.h | 7 |
4 files changed, 4 insertions, 21 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" diff --git a/usr.bin/cvs/file.h b/usr.bin/cvs/file.h index ea6c97998dc..2d688b32130 100644 --- a/usr.bin/cvs/file.h +++ b/usr.bin/cvs/file.h @@ -1,4 +1,4 @@ -/* $OpenBSD: file.h,v 1.32 2005/12/04 17:39:02 joris Exp $ */ +/* $OpenBSD: file.h,v 1.33 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 FILE_H #define FILE_H -#include <sys/param.h> - -#include <dirent.h> -#include <search.h> - #include "rcs.h" struct cvs_file; 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" diff --git a/usr.bin/cvs/rcs.h b/usr.bin/cvs/rcs.h index 743f7639bce..4ac5896edfe 100644 --- a/usr.bin/cvs/rcs.h +++ b/usr.bin/cvs/rcs.h @@ -1,4 +1,4 @@ -/* $OpenBSD: rcs.h,v 1.44 2005/12/30 16:53:55 niallo Exp $ */ +/* $OpenBSD: rcs.h,v 1.45 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 RCS_H #define RCS_H -#include <sys/types.h> -#include <sys/queue.h> - -#include <time.h> - #include "buf.h" #define RCS_DIFF_MAXARG 32 |