1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-13 10:02:38 +00:00

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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=95837

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>