summaryrefslogtreecommitdiffstats
path: root/usr.bin/cvs/annotate.c
diff options
context:
space:
mode:
authorotto <otto@openbsd.org>2007-02-22 06:42:09 +0000
committerotto <otto@openbsd.org>2007-02-22 06:42:09 +0000
commit1f8531bd251a3715e69ee45acb8dff31d6842792 (patch)
treec5a521c9d7d058092d3ef8c1144fde65eb626c41 /usr.bin/cvs/annotate.c
parentan unused define and an unused decl. From Mark Lumsden. (diff)
downloadwireguard-openbsd-1f8531bd251a3715e69ee45acb8dff31d6842792.tar.xz
wireguard-openbsd-1f8531bd251a3715e69ee45acb8dff31d6842792.zip
general includes cleanup sweep. ok joris@ niallo@
Diffstat (limited to 'usr.bin/cvs/annotate.c')
-rw-r--r--usr.bin/cvs/annotate.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/usr.bin/cvs/annotate.c b/usr.bin/cvs/annotate.c
index 403df550ff7..df80a3f1da6 100644
--- a/usr.bin/cvs/annotate.c
+++ b/usr.bin/cvs/annotate.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: annotate.c,v 1.36 2007/02/09 03:49:15 joris Exp $ */
+/* $OpenBSD: annotate.c,v 1.37 2007/02/22 06:42:09 otto Exp $ */
/*
* Copyright (c) 2006 Xavier Santolaria <xsa@openbsd.org>
*
@@ -15,10 +15,11 @@
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
-#include "includes.h"
+#include <sys/param.h>
+#include <sys/dirent.h>
+#include <unistd.h>
#include "cvs.h"
-#include "log.h"
#include "remote.h"
void cvs_annotate_local(struct cvs_file *);