From f06ddbc3b4d855c4a8689cd0020408f7935d0f3d Mon Sep 17 00:00:00 2001 From: rwatson Date: Mon, 19 Nov 2001 21:14:50 +0000 Subject: o Cleanup of includes: user.h may be a catch-all, but that's not entirely desirable. Back out previous commit, and clean up includes to be more minimal. Submitted by: bde --- lib/libkvm/kvm_getloadavg.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'lib/libkvm/kvm_getloadavg.c') diff --git a/lib/libkvm/kvm_getloadavg.c b/lib/libkvm/kvm_getloadavg.c index 6119231..d3c1a3b 100644 --- a/lib/libkvm/kvm_getloadavg.c +++ b/lib/libkvm/kvm_getloadavg.c @@ -40,12 +40,11 @@ static char sccsid[] = "@(#)kvm_getloadavg.c 8.1 (Berkeley) 6/4/93"; #endif #endif /* LIBC_SCCS and not lint */ -#include -#include -#include +#include +#include +#include #include -#include #include #include #include -- cgit v1.1