From bab148ba4e808af9a913fb63b3dee854d22fd6c2 Mon Sep 17 00:00:00 2001 From: cgd Date: Wed, 7 Jul 1993 06:52:39 +0000 Subject: delete inclusion of rlist.h again. grr. --- sys/dev/isa/isa.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sys/dev') 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" -- cgit