Unremove used includes.

Bugs in test coverage should be fixed before removing any includes.  LINT
should be configured for full profiling support.
This commit is contained in:
bde 1999-10-12 02:54:23 +00:00
parent 1e2c48a5e2
commit 4250429d48

View File

@ -37,8 +37,10 @@
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/sysproto.h>
#include <sys/kernel.h>
#include <sys/proc.h>
#include <sys/resourcevar.h>
#include <sys/sysctl.h>
#include <machine/cpu.h>