From 2d53469109da20a807c2a5c4ebe04ed2d3f9ed4a Mon Sep 17 00:00:00 2001 From: cgd Date: Tue, 6 Jul 1993 00:31:52 +0000 Subject: [PATCH] get rid of extraneous inclusion of rlist.h --- sys/arch/i386/isa/isa.c | 3 +-- sys/dev/isa/isa.c | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/sys/arch/i386/isa/isa.c b/sys/arch/i386/isa/isa.c index a04404b8f3c2..31e9f9464cdb 100644 --- a/sys/arch/i386/isa/isa.c +++ b/sys/arch/i386/isa/isa.c @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * from: @(#)isa.c 7.2 (Berkeley) 5/13/91 - * $Id: isa.c,v 1.22 1993/06/30 04:13:34 andrew Exp $ + * $Id: isa.c,v 1.23 1993/07/06 00:31:52 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" diff --git a/sys/dev/isa/isa.c b/sys/dev/isa/isa.c index a04404b8f3c2..31e9f9464cdb 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.22 1993/06/30 04:13:34 andrew Exp $ + * $Id: isa.c,v 1.23 1993/07/06 00:31:52 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"