Remove two unused headers (<machine/frame.h> and <machine/psl.h>).

psl.h is 100% bogus to be referenced here, especially from alpha MD code.
This commit is contained in:
Peter Wemm 2002-05-01 06:24:51 +00:00
parent 02b8e10aad
commit 33438f3bac
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=95856

View file

@ -59,8 +59,6 @@
#include <sys/signalvar.h>
#include <sys/uio.h>
#include <machine/frame.h>
#include <machine/psl.h>
#ifdef PERFMON
#include <machine/perfmon.h>
#endif