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/cvs.h | |
parent | 31768d988693cb066d662ccd1c6c2a4392edf852 (diff) |
more includes cleanup;
Diffstat (limited to 'usr.bin/cvs/cvs.h')
-rw-r--r-- | usr.bin/cvs/cvs.h | 7 |
1 files changed, 1 insertions, 6 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" |