Remove unneded headers.
This commit is contained in:
parent
3fe2ef9129
commit
d20facb2f3
@ -50,8 +50,6 @@ __FBSDID("$FreeBSD$");
|
||||
#include <sys/socketvar.h>
|
||||
#include <sys/queue.h>
|
||||
#include <net/if.h> /* ip_fw.h requires IFNAMSIZ */
|
||||
#include <net/route.h>
|
||||
#include <net/vnet.h>
|
||||
|
||||
#include <netinet/in.h>
|
||||
#include <netinet/ip_var.h> /* struct ipfw_rule_ref */
|
||||
|
@ -30,7 +30,7 @@
|
||||
|
||||
/*
|
||||
* Internal constants and data structures used by ipfw tables
|
||||
* and not meant to be exported outside the kernel.
|
||||
* not meant to be exported outside the kernel.
|
||||
*/
|
||||
#ifdef _KERNEL
|
||||
|
||||
|
@ -48,8 +48,6 @@ __FBSDID("$FreeBSD: projects/ipfw/sys/netpfil/ipfw/ip_fw_table.c 267384 2014-06-
|
||||
#include <sys/queue.h>
|
||||
#include <net/if.h> /* ip_fw.h requires IFNAMSIZ */
|
||||
#include <net/radix.h>
|
||||
#include <net/route.h>
|
||||
#include <net/vnet.h>
|
||||
|
||||
#include <netinet/in.h>
|
||||
#include <netinet/ip_var.h> /* struct ipfw_rule_ref */
|
||||
|
Loading…
Reference in New Issue
Block a user