Adjust the includes a bit.

Requested by:	bde
This commit is contained in:
Mark Murray 2002-02-28 17:41:42 +00:00
parent b7d6d9526c
commit 6df66172e3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=91494

View File

@ -62,11 +62,10 @@
#include <sys/param.h>
#ifdef DEBUG
#include <sys/systm.h> /* for printf() in EXCEPTION() */
#endif
#include <sys/systm.h> /* for printf() in EXCEPTION() and
* to bring in <machine/cpufunc.h
*/
#include <sys/proc.h>
#include <machine/cpufunc.h>
#include <machine/cpu.h>
#include <machine/pcb.h>