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/xl.c | |
parent | 616f6d5cd539f3ff6f710669bbb54fef87b5ec8b (diff) |
remove some of the redundant vm includes
Diffstat (limited to 'sys/dev/ic/xl.c')
-rw-r--r-- | sys/dev/ic/xl.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/ic/xl.c b/sys/dev/ic/xl.c index 652b99a2be1..54623f5c489 100644 --- a/sys/dev/ic/xl.c +++ b/sys/dev/ic/xl.c @@ -1,4 +1,4 @@ -/* $OpenBSD: xl.c,v 1.27 2001/08/03 23:31:52 chris Exp $ */ +/* $OpenBSD: xl.c,v 1.28 2001/08/12 20:12:12 mickey Exp $ */ /* * Copyright (c) 1997, 1998, 1999 @@ -143,7 +143,6 @@ #endif #include <vm/vm.h> /* for vtophys */ -#include <vm/pmap.h> /* for vtophys */ #include <dev/ic/xlreg.h> |