From 2e31e339d14cb2dbcd32c3747ee7589160cd60cf Mon Sep 17 00:00:00 2001 From: Warner Losh 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/uart/uart_bus_pccard.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/dev/uart') diff --git a/sys/dev/uart/uart_bus_pccard.c b/sys/dev/uart/uart_bus_pccard.c index 796b2881c7f8..5f0e02b26bab 100644 --- a/sys/dev/uart/uart_bus_pccard.c +++ b/sys/dev/uart/uart_bus_pccard.c @@ -36,13 +36,13 @@ __FBSDID("$FreeBSD$"); #include #include -#include "pccarddevs.h" -#include #include #include #include +#include "pccarddevs.h" + static int uart_pccard_match(device_t self); static int uart_pccard_probe(device_t dev); -- cgit v1.3