Zap some stale unused headers, including one machine/psl.h (which is

a stub on alpha).  Compile tested on alpha and x86.
This commit is contained in:
Peter Wemm 2002-05-01 02:17:33 +00:00
parent 701964e4a2
commit 4924b9dd80

View File

@ -64,13 +64,7 @@
#include <vm/vm_object.h>
#include <vm/swap_pager.h>
#include <machine/frame.h>
#include <machine/limits.h>
#include <machine/psl.h>
#include <machine/sysarch.h>
#ifdef __i386__
#include <machine/segments.h>
#endif
#include <posix4/sched.h>