From 9ea9ef7e894849cb7bdf2ec0257c1fd1268145e0 Mon Sep 17 00:00:00 2001 From: "Bjoern A. Zeeb" Date: Thu, 11 Dec 2008 16:09:31 +0000 Subject: Order #includes - also to reduce diffs with vimage branches in p4. Sponsored by: The FreeBSD Foundation --- sys/kern/kern_poll.c | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'sys/kern/kern_poll.c') diff --git a/sys/kern/kern_poll.c b/sys/kern/kern_poll.c index 48a3a09c5ba8..b8338e526936 100644 --- a/sys/kern/kern_poll.c +++ b/sys/kern/kern_poll.c @@ -33,20 +33,19 @@ __FBSDID("$FreeBSD$"); #include #include #include +#include +#include +#include #include /* needed by net/if.h */ #include #include #include +#include #include /* for IFF_* flags */ #include /* for NETISR_POLL */ #include -#include -#include -#include -#include - static void netisr_poll(void); /* the two netisr handlers */ static void netisr_pollmore(void); static int poll_switch(SYSCTL_HANDLER_ARGS); -- cgit v1.2.3