diff options
author | Xavier Santolaria <xsa@cvs.openbsd.org> | 2006-01-02 09:42:21 +0000 |
---|---|---|
committer | Xavier Santolaria <xsa@cvs.openbsd.org> | 2006-01-02 09:42:21 +0000 |
commit | 8a806277869ce3b581cd3d92ea6c95be6ca1f747 (patch) | |
tree | 418b58bafbaf4f52a934b856e2c318c6fb095d4f /usr.bin/cvs/rcs.h | |
parent | 31768d988693cb066d662ccd1c6c2a4392edf852 (diff) |
more includes cleanup;
Diffstat (limited to 'usr.bin/cvs/rcs.h')
-rw-r--r-- | usr.bin/cvs/rcs.h | 7 |
1 files changed, 1 insertions, 6 deletions
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 |