diff options
| author | mycroft <mycroft@NetBSD.org> | 1994-04-03 22:50:14 +0000 |
|---|---|---|
| committer | mycroft <mycroft@NetBSD.org> | 1994-04-03 22:50:14 +0000 |
| commit | 314bc1f5dbe366228b0912e170c3503fc4bcfaf5 (patch) | |
| tree | 8cfcc7d1f4a668cf8520d706cb2646159bfb94dc /sys/dev/isa | |
| parent | beb5680d81bf793d004b95958602809248212c2b (diff) | |
Clean up #includes.
Diffstat (limited to 'sys/dev/isa')
| -rw-r--r-- | sys/dev/isa/isa.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/isa/isa.c b/sys/dev/isa/isa.c index 8cb1b7a39ce..83d2ef4672f 100644 --- a/sys/dev/isa/isa.c +++ b/sys/dev/isa/isa.c @@ -35,7 +35,7 @@ * SUCH DAMAGE. * * from: @(#)isa.c 7.2 (Berkeley) 5/13/91 - * $Id: isa.c,v 1.47 1994/03/31 16:59:04 mycroft Exp $ + * $Id: isa.c,v 1.48 1994/04/03 22:51:48 mycroft Exp $ */ /* @@ -61,7 +61,6 @@ #include <vm/vm.h> -#include <machine/segments.h> #include <machine/pio.h> #include <machine/cpufunc.h> |
