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/ep/if_ep_pccard.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/dev/ep') diff --git a/sys/dev/ep/if_ep_pccard.c b/sys/dev/ep/if_ep_pccard.c index 2122548..021b504 100644 --- a/sys/dev/ep/if_ep_pccard.c +++ b/sys/dev/ep/if_ep_pccard.c @@ -56,9 +56,9 @@ __FBSDID("$FreeBSD$"); #include #include -#include "pccarddevs.h" #include "card_if.h" +#include "pccarddevs.h" static const char *ep_pccard_identify(u_short id); -- cgit v1.1