aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNate Williams <nate@FreeBSD.org>1997-01-14 16:29:05 +0000
committerNate Williams <nate@FreeBSD.org>1997-01-14 16:29:05 +0000
commitbf083f9e6b02e90437e4fecb6dfd3044d8c3cbd9 (patch)
tree2b457e1ddda17e2ca07d72c0aa3b3ca29233933a
parent1167de61b49969e10378ab80e42da4a2274f79fe (diff)
Notes
-rw-r--r--sys/pccard/pcic.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/pccard/pcic.c b/sys/pccard/pcic.c
index bf54d2bb1fad..7234f171b342 100644
--- a/sys/pccard/pcic.c
+++ b/sys/pccard/pcic.c
@@ -40,12 +40,13 @@
#include <machine/clock.h>
+#include <i386/isa/icu.h>
+#include <i386/isa/isa_device.h>
+
#include <pccard/i82365.h>
#ifdef PC98
#include <pccard/pcic98reg.h>
#endif
-#include <i386/isa/isa_device.h>
-#include <i386/isa/icu.h>
#include <pccard/card.h>
#include <pccard/driver.h>