Remove unneded headers.

This commit is contained in:
Alexander V. Chernikov 2014-08-03 09:48:54 +00:00
parent 3fe2ef9129
commit d20facb2f3
3 changed files with 1 additions and 5 deletions

View File

@ -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 */

View File

@ -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

View File

@ -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 */