From 097df5e884db7600b452a23b84796190968a7f22 Mon Sep 17 00:00:00 2001 From: bde Date: Tue, 18 Jun 1996 01:22:40 +0000 Subject: Removed unused #includes of and . icu.h is only used by the icu support modules and by a few drivers that know too much about the icu (most only use it to convert `n' to `IRQn'). isa.h is only used by ioconf.c and by a few drivers that know too much about isa addresses (a few have to, because config is deficient). --- sys/i386/isa/gpib.c | 1 - 1 file changed, 1 deletion(-) (limited to 'sys/i386/isa/gpib.c') diff --git a/sys/i386/isa/gpib.c b/sys/i386/isa/gpib.c index 39bc76e..fbec137 100644 --- a/sys/i386/isa/gpib.c +++ b/sys/i386/isa/gpib.c @@ -43,7 +43,6 @@ #include "i386/isa/gpibreg.h" #include "i386/isa/gpib.h" -#include "i386/isa/isa.h" #include "i386/isa/isa_device.h" #define MIN(a,b) ((a < b) ? a : b) -- cgit v1.1