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

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Bjoern A. Zeeb 2008-12-11 16:09:31 +00:00
parent 0750c2ed96
commit 9ea9ef7e89
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=185935

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);