summaryrefslogtreecommitdiff
path: root/sys/arch/mac68k
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2001-09-11 20:05:27 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2001-09-11 20:05:27 +0000
commit650cf27b4440ede3599ffc101d32dcc91e46bb9a (patch)
tree92c55aa4cd2a8c4cc3625c79f143ed9632fe0a72 /sys/arch/mac68k
parent071c2d52c75d240533eb0bb44f76527fe6f365cf (diff)
Don't include <vm/vm_kern.h> if you don't need foo_map.
Diffstat (limited to 'sys/arch/mac68k')
-rw-r--r--sys/arch/mac68k/dev/grf.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/mac68k/dev/grf.c b/sys/arch/mac68k/dev/grf.c
index 86c4deb5ce5..d0f1810a74e 100644
--- a/sys/arch/mac68k/dev/grf.c
+++ b/sys/arch/mac68k/dev/grf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: grf.c,v 1.15 2001/08/11 23:07:12 art Exp $ */
+/* $OpenBSD: grf.c,v 1.16 2001/09/11 20:05:24 miod Exp $ */
/* $NetBSD: grf.c,v 1.41 1997/02/24 06:20:04 scottr Exp $ */
/*
@@ -68,7 +68,6 @@
#include <miscfs/specfs/specdev.h>
#include <vm/vm.h>
-#include <vm/vm_kern.h>
#include <uvm/uvm.h>