summaryrefslogtreecommitdiff
path: root/sys/arch/vax/qbus/dz.c
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2002-01-16 20:50:18 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2002-01-16 20:50:18 +0000
commit2104b5cfc2dcb54ff2570b8eb33764d36a9cfac0 (patch)
tree1e3d6e2daa59e4de760808cbc90ece1e3eb568d4 /sys/arch/vax/qbus/dz.c
parentc5602f5c4efcef436367c56c264fa2202c28f310 (diff)
Don't include <sys/map.h> when you don't need what's in it.
Diffstat (limited to 'sys/arch/vax/qbus/dz.c')
-rw-r--r--sys/arch/vax/qbus/dz.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/vax/qbus/dz.c b/sys/arch/vax/qbus/dz.c
index 5367934003b..018476a174b 100644
--- a/sys/arch/vax/qbus/dz.c
+++ b/sys/arch/vax/qbus/dz.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: dz.c,v 1.6 2001/08/25 13:33:37 hugh Exp $ */
+/* $OpenBSD: dz.c,v 1.7 2002/01/16 20:50:17 miod Exp $ */
/* $NetBSD: dz.c,v 1.23 2000/06/04 02:14:12 matt Exp $ */
/*
* Copyright (c) 1996 Ken C. Wellsch. All rights reserved.
@@ -42,7 +42,6 @@
#include <sys/ioctl.h>
#include <sys/tty.h>
#include <sys/proc.h>
-#include <sys/map.h>
#include <sys/buf.h>
#include <sys/conf.h>
#include <sys/file.h>