summaryrefslogtreecommitdiff
path: root/sys/arch/vax/vsa/hdc9224.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/vsa/hdc9224.c
parentc5602f5c4efcef436367c56c264fa2202c28f310 (diff)
Don't include <sys/map.h> when you don't need what's in it.
Diffstat (limited to 'sys/arch/vax/vsa/hdc9224.c')
-rw-r--r--sys/arch/vax/vsa/hdc9224.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/vax/vsa/hdc9224.c b/sys/arch/vax/vsa/hdc9224.c
index 79974e8f745..76011fc75ee 100644
--- a/sys/arch/vax/vsa/hdc9224.c
+++ b/sys/arch/vax/vsa/hdc9224.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: hdc9224.c,v 1.5 1997/10/08 07:09:56 niklas Exp $ */
+/* $OpenBSD: hdc9224.c,v 1.6 2002/01/16 20:50:17 miod Exp $ */
/* $NetBSD: hdc9224.c,v 1.6 1997/03/15 16:32:22 ragge Exp $ */
/*
* Copyright (c) 1996 Ludd, University of Lule}, Sweden.
@@ -65,7 +65,6 @@ static int keepLock = 0;
#include <sys/buf.h>
#include <sys/proc.h>
#include <sys/user.h>
-#include <sys/map.h>
#include <sys/device.h>
#include <sys/dkstat.h>
#include <sys/disklabel.h>