From 869029d5d7ecbdcabcad467c24dc102b3f110fde Mon Sep 17 00:00:00 2001 From: julian Date: Sun, 8 Jul 2001 04:56:07 +0000 Subject: A set of changes to reduce the number of include files the kernel takes from /usr/include. I cannot check them on alpha.. (will try beast) Briefly looked at by: Warner Losh --- sys/libkern/bsearch.c | 5 +++-- sys/libkern/quad.h | 3 ++- 2 files changed, 5 insertions(+), 3 deletions(-) (limited to 'sys/libkern') diff --git a/sys/libkern/bsearch.c b/sys/libkern/bsearch.c index 5b34500..6aceaa7 100644 --- a/sys/libkern/bsearch.c +++ b/sys/libkern/bsearch.c @@ -37,8 +37,9 @@ static char sccsid[] = "@(#)bsearch.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ -#include -#include +#include +#include +#include /* * Perform a binary search. diff --git a/sys/libkern/quad.h b/sys/libkern/quad.h index 730f08f..82cf052 100644 --- a/sys/libkern/quad.h +++ b/sys/libkern/quad.h @@ -56,7 +56,8 @@ #include #include -#include +#include +#include /* * Depending on the desired operation, we view a `long long' (aka quad_t) in -- cgit v1.1