diff options
author | 2006-01-02 08:11:56 +0000 | |
---|---|---|
committer | 2006-01-02 08:11:56 +0000 | |
commit | ac41f80ce716eed54870a8d0ae1647639ac48880 (patch) | |
tree | 9e9a6a26ce3887584332088a5ce476b3872c4e41 /usr.bin/cvs/diff.c | |
parent | add the 82801E SMBus controller id. (diff) | |
download | wireguard-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.c | 17 |
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" |