diff options
| author | cgd <cgd@NetBSD.org> | 1993-07-07 06:52:39 +0000 |
|---|---|---|
| committer | cgd <cgd@NetBSD.org> | 1993-07-07 06:52:39 +0000 |
| commit | bab148ba4e808af9a913fb63b3dee854d22fd6c2 (patch) | |
| tree | b8f873abbd6a28560838d2feacab24a0e8cd2d71 /sys/dev | |
| parent | 3e210908e7a5e51cce5a895fc68e96c18028a93b (diff) | |
delete inclusion of rlist.h again. grr.
Diffstat (limited to 'sys/dev')
| -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 38d1f7fa0e9..92402580288 100644 --- a/sys/dev/isa/isa.c +++ b/sys/dev/isa/isa.c @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * from: @(#)isa.c 7.2 (Berkeley) 5/13/91 - * $Id: isa.c,v 1.24 1993/07/06 06:06:31 deraadt Exp $ + * $Id: isa.c,v 1.25 1993/07/07 06:52:39 cgd Exp $ */ /* @@ -55,7 +55,6 @@ #include "uio.h" #include "syslog.h" #include "malloc.h" -#include "rlist.h" #include "machine/segments.h" #include "machine/cpufunc.h" #include "vm/vm.h" |
