summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorcgd <cgd@NetBSD.org>1993-07-06 00:31:52 +0000
committercgd <cgd@NetBSD.org>1993-07-06 00:31:52 +0000
commit2d53469109da20a807c2a5c4ebe04ed2d3f9ed4a (patch)
tree480e1b988d4014d85483f45d359dbe0b564d9706 /sys/dev
parenta32ac80afd0a63ab01ab149810c51e3fcfbd0f38 (diff)
get rid of extraneous inclusion of rlist.h
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/isa/isa.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/isa/isa.c b/sys/dev/isa/isa.c
index a04404b8f3c..31e9f9464cd 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"