summaryrefslogtreecommitdiffstats
path: root/usr.bin/cvs/diff.c
diff options
context:
space:
mode:
authorxsa <xsa@openbsd.org>2006-01-02 08:11:56 +0000
committerxsa <xsa@openbsd.org>2006-01-02 08:11:56 +0000
commitac41f80ce716eed54870a8d0ae1647639ac48880 (patch)
tree9e9a6a26ce3887584332088a5ce476b3872c4e41 /usr.bin/cvs/diff.c
parentadd the 82801E SMBus controller id. (diff)
downloadwireguard-openbsd-ac41f80ce716eed54870a8d0ae1647639ac48880.tar.xz
wireguard-openbsd-ac41f80ce716eed54870a8d0ae1647639ac48880.zip
#include's cleanup; ok joris@ niallo@.
Diffstat (limited to 'usr.bin/cvs/diff.c')
-rw-r--r--usr.bin/cvs/diff.c17
1 files changed, 2 insertions, 15 deletions
diff --git a/usr.bin/cvs/diff.c b/usr.bin/cvs/diff.c
index d7092561b1c..8c55310f14a 100644
--- a/usr.bin/cvs/diff.c
+++ b/usr.bin/cvs/diff.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: diff.c,v 1.74 2005/12/30 02:03:28 joris Exp $ */
+/* $OpenBSD: diff.c,v 1.75 2006/01/02 08:11:56 xsa Exp $ */
/*
* Copyright (C) Caldera International Inc. 2001-2002.
* All rights reserved.
@@ -126,20 +126,7 @@
* 6n words for files of length n.
*/
-#include <sys/stat.h>
-
-#include <ctype.h>
-#include <dirent.h>
-#include <err.h>
-#include <errno.h>
-#include <fcntl.h>
-#include <paths.h>
-#include <regex.h>
-#include <stddef.h>
-#include <stdio.h>
-#include <stdlib.h>
-#include <string.h>
-#include <unistd.h>
+#include "includes.h"
#include "buf.h"
#include "cvs.h"