diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2001-11-06 19:53:22 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2001-11-06 19:53:22 +0000 |
commit | 1a05584a00bbab0c5d169a8d3af7b22cafbfd92e (patch) | |
tree | 5ddd0ec6d94f69ad3960926e58a87b6d82166c7a /sys/arch/hp300/dev | |
parent | ef75d88ca83504eb18013af4622826ef9b5ff28d (diff) |
Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.
(Look ma, I might have broken the tree)
Diffstat (limited to 'sys/arch/hp300/dev')
-rw-r--r-- | sys/arch/hp300/dev/grf.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/hp300/dev/grf.c b/sys/arch/hp300/dev/grf.c index b54ba27555b..feb437cb0a7 100644 --- a/sys/arch/hp300/dev/grf.c +++ b/sys/arch/hp300/dev/grf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: grf.c,v 1.15 2001/11/01 12:13:46 art Exp $ */ +/* $OpenBSD: grf.c,v 1.16 2001/11/06 19:53:14 miod Exp $ */ /* $NetBSD: grf.c,v 1.30 1998/08/20 08:33:41 kleink Exp $ */ /* @@ -73,8 +73,6 @@ extern struct emul emul_hpux; #endif -#include <vm/vm.h> - #include <uvm/uvm.h> #include <miscfs/specfs/specdev.h> |