From 1f8531bd251a3715e69ee45acb8dff31d6842792 Mon Sep 17 00:00:00 2001 From: otto Date: Thu, 22 Feb 2007 06:42:09 +0000 Subject: general includes cleanup sweep. ok joris@ niallo@ --- usr.bin/cvs/diff_internals.c | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) (limited to 'usr.bin/cvs/diff_internals.c') 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 + +#include +#include +#include +#include +#include +#include -#include "buf.h" #include "cvs.h" #include "diff.h" -#include "log.h" - -#include "xmalloc.h" struct cand { int x; -- cgit v1.2.3-59-g8ed1b