diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2001-09-11 20:05:27 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2001-09-11 20:05:27 +0000 |
commit | 650cf27b4440ede3599ffc101d32dcc91e46bb9a (patch) | |
tree | 92c55aa4cd2a8c4cc3625c79f143ed9632fe0a72 /sys/arch/hp300 | |
parent | 071c2d52c75d240533eb0bb44f76527fe6f365cf (diff) |
Don't include <vm/vm_kern.h> if you don't need foo_map.
Diffstat (limited to 'sys/arch/hp300')
-rw-r--r-- | sys/arch/hp300/dev/grf.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/hp300/dev/grf.c b/sys/arch/hp300/dev/grf.c index 4b25d5fa811..62ab0256a0a 100644 --- a/sys/arch/hp300/dev/grf.c +++ b/sys/arch/hp300/dev/grf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: grf.c,v 1.13 2001/08/11 23:07:11 art Exp $ */ +/* $OpenBSD: grf.c,v 1.14 2001/09/11 20:05:24 miod Exp $ */ /* $NetBSD: grf.c,v 1.30 1998/08/20 08:33:41 kleink Exp $ */ /* @@ -74,7 +74,6 @@ extern struct emul emul_hpux; #endif #include <vm/vm.h> -#include <vm/vm_kern.h> #include <uvm/uvm.h> |