diff options
author | peter <peter@FreeBSD.org> | 2002-05-01 06:24:51 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 2002-05-01 06:24:51 +0000 |
commit | 7b6f84310a6bb3411a131c01ba2e7b01e558752c (patch) | |
tree | c352624e1afc47f9fd62815b12b0932b5ace3a24 | |
parent | 22e8a6eda24b1bf7ab63bfc975bc94b1c30c2993 (diff) | |
download | FreeBSD-src-7b6f84310a6bb3411a131c01ba2e7b01e558752c.zip FreeBSD-src-7b6f84310a6bb3411a131c01ba2e7b01e558752c.tar.gz |
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.
-rw-r--r-- | sys/alpha/alpha/mem.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/alpha/alpha/mem.c b/sys/alpha/alpha/mem.c index c610c6e..1dec278 100644 --- a/sys/alpha/alpha/mem.c +++ b/sys/alpha/alpha/mem.c @@ -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 |