summaryrefslogtreecommitdiffstats
path: root/usr.bin/cvs/diff_internals.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/diff_internals.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/diff_internals.c')
-rw-r--r--usr.bin/cvs/diff_internals.c15
1 files changed, 9 insertions, 6 deletions
diff --git a/usr.bin/cvs/diff_internals.c b/usr.bin/cvs/diff_internals.c
index 4c453d9ebda..930e4fc0057 100644
--- a/usr.bin/cvs/diff_internals.c
+++ b/usr.bin/cvs/diff_internals.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: diff_internals.c,v 1.3 2006/07/07 17:37:17 joris Exp $ */
+/* $OpenBSD: diff_internals.c,v 1.4 2007/02/22 06:42:09 otto Exp $ */
/*
* Copyright (C) Caldera International Inc. 2001-2002.
* All rights reserved.
@@ -126,14 +126,17 @@
* 6n words for files of length n.
*/
-#include "includes.h"
+#include <sys/stat.h>
+
+#include <ctype.h>
+#include <errno.h>
+#include <regex.h>
+#include <stddef.h>
+#include <string.h>
+#include <unistd.h>
-#include "buf.h"
#include "cvs.h"
#include "diff.h"
-#include "log.h"
-
-#include "xmalloc.h"
struct cand {
int x;