diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-08-12 21:14:32 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-08-12 21:14:32 +0000 |
commit | 43b1cc4e9648a42374a5ef85e639fed142f6261d (patch) | |
tree | 5bcba38f6be32cb7c4f132d768469a29b36797c3 /sys/arch/hp300/dev | |
parent | 4f13c7df03aa65736906640ac0e45569dd1d5967 (diff) |
this does not seem to require none of the vm headers even and compiles ok
Diffstat (limited to 'sys/arch/hp300/dev')
-rw-r--r-- | sys/arch/hp300/dev/hil.c | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/sys/arch/hp300/dev/hil.c b/sys/arch/hp300/dev/hil.c index df3987d8bb2..d6a858a22ee 100644 --- a/sys/arch/hp300/dev/hil.c +++ b/sys/arch/hp300/dev/hil.c @@ -1,4 +1,4 @@ -/* $OpenBSD: hil.c,v 1.12 1998/03/15 19:25:36 millert Exp $ */ +/* $OpenBSD: hil.c,v 1.13 2001/08/12 21:14:31 mickey Exp $ */ /* $NetBSD: hil.c,v 1.34 1997/04/02 22:37:32 scottr Exp $ */ /* @@ -63,12 +63,6 @@ #include <machine/cpu.h> -#include <vm/vm_param.h> -#include <vm/vm_map.h> -#include <vm/vm_kern.h> -#include <vm/vm_page.h> -#include <vm/vm_pager.h> - #ifdef hp300 #define NHIL 1 /* XXX */ #else |