From 5f2befc69afb945e4cfd4be27ee1ebcaa57e32c6 Mon Sep 17 00:00:00 2001 From: imp Date: Thu, 27 May 2004 03:49:45 +0000 Subject: Fix disordering of pccarddevs.h noticed by bde. Also remove a few redundant includes and fix some of the include disordering. Submitted by: bde --- sys/dev/sio/sio_pccard.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/dev/sio/sio_pccard.c') diff --git a/sys/dev/sio/sio_pccard.c b/sys/dev/sio/sio_pccard.c index a666073..cafb143 100644 --- a/sys/dev/sio/sio_pccard.c +++ b/sys/dev/sio/sio_pccard.c @@ -41,12 +41,12 @@ __FBSDID("$FreeBSD$"); #include #include -#include "pccarddevs.h" -#include #include #include +#include "pccarddevs.h" + static int sio_pccard_attach(device_t dev); static int sio_pccard_match(device_t self); static int sio_pccard_probe(device_t dev); -- cgit v1.1