From b5dfbbe3f377ce9d38fa5fc75c0426f1fb1c4d06 Mon Sep 17 00:00:00 2001 From: Robert Watson Date: Mon, 19 Nov 2001 21:14:50 +0000 Subject: [PATCH] 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(-) diff --git a/lib/libkvm/kvm_getloadavg.c b/lib/libkvm/kvm_getloadavg.c index 611923168ca..d3c1a3b6ed7 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