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 2002-05-01 06:24:51 +00:00
parent 22e8a6eda2
commit 7b6f84310a

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