diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-08-12 20:12:13 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-08-12 20:12:13 +0000 |
commit | cd2bd1f409e7dc1b940860ca7cc453cc2f1d9dd0 (patch) | |
tree | c02ec93cdb57caac65192fb88aa14e3e3926ebd1 /sys/dev/ic/gdt_common.c | |
parent | 616f6d5cd539f3ff6f710669bbb54fef87b5ec8b (diff) |
remove some of the redundant vm includes
Diffstat (limited to 'sys/dev/ic/gdt_common.c')
-rw-r--r-- | sys/dev/ic/gdt_common.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/ic/gdt_common.c b/sys/dev/ic/gdt_common.c index 03797ef0c4c..7a50216bb66 100644 --- a/sys/dev/ic/gdt_common.c +++ b/sys/dev/ic/gdt_common.c @@ -1,4 +1,4 @@ -/* $OpenBSD: gdt_common.c,v 1.13 2001/08/03 15:21:40 fgsch Exp $ */ +/* $OpenBSD: gdt_common.c,v 1.14 2001/08/12 20:12:12 mickey Exp $ */ /* * Copyright (c) 1999, 2000 Niklas Hallqvist. All rights reserved. @@ -44,7 +44,6 @@ #include <machine/bus.h> #include <vm/vm.h> -#include <vm/pmap.h> #include <scsi/scsi_all.h> #include <scsi/scsi_disk.h> |