Order #includes - also to reduce diffs with vimage branches in p4.

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
bz 2008-12-11 16:09:31 +00:00
parent 29e59eea19
commit 9a73283b1f

View File

@ -33,20 +33,19 @@ __FBSDID("$FreeBSD$");
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/kernel.h>
#include <sys/kthread.h>
#include <sys/proc.h>
#include <sys/resourcevar.h>
#include <sys/socket.h> /* needed by net/if.h */
#include <sys/sockio.h>
#include <sys/sysctl.h>
#include <sys/syslog.h>
#include <sys/vimage.h>
#include <net/if.h> /* for IFF_* flags */
#include <net/netisr.h> /* for NETISR_POLL */
#include <net/vnet.h>
#include <sys/proc.h>
#include <sys/resourcevar.h>
#include <sys/kthread.h>
#include <sys/vimage.h>
static void netisr_poll(void); /* the two netisr handlers */
static void netisr_pollmore(void);
static int poll_switch(SYSCTL_HANDLER_ARGS);