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:
Bruce Evans 1999-10-12 02:54:23 +00:00
parent 28663e65ca
commit 9e420850c6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=52147

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>