svn commit: r269467 - projects/ipfw/sys/netpfil/ipfw
Alexander V. Chernikov
melifaro at svn.freebsd.org
Sun Aug 3 09:48:55 UTC 2014
Author: melifaro
Date: Sun Aug 3 09:48:54 2014
New Revision: 269467
URL: http://svnweb.freebsd.org/changeset/base/269467
Log:
Remove unneded headers.
Modified:
projects/ipfw/sys/netpfil/ipfw/ip_fw_table.c
projects/ipfw/sys/netpfil/ipfw/ip_fw_table.h
projects/ipfw/sys/netpfil/ipfw/ip_fw_table_algo.c
Modified: projects/ipfw/sys/netpfil/ipfw/ip_fw_table.c
==============================================================================
--- projects/ipfw/sys/netpfil/ipfw/ip_fw_table.c Sun Aug 3 09:47:51 2014 (r269466)
+++ projects/ipfw/sys/netpfil/ipfw/ip_fw_table.c Sun Aug 3 09:48:54 2014 (r269467)
@@ -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 */
Modified: projects/ipfw/sys/netpfil/ipfw/ip_fw_table.h
==============================================================================
--- projects/ipfw/sys/netpfil/ipfw/ip_fw_table.h Sun Aug 3 09:47:51 2014 (r269466)
+++ projects/ipfw/sys/netpfil/ipfw/ip_fw_table.h Sun Aug 3 09:48:54 2014 (r269467)
@@ -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
Modified: projects/ipfw/sys/netpfil/ipfw/ip_fw_table_algo.c
==============================================================================
--- projects/ipfw/sys/netpfil/ipfw/ip_fw_table_algo.c Sun Aug 3 09:47:51 2014 (r269466)
+++ projects/ipfw/sys/netpfil/ipfw/ip_fw_table_algo.c Sun Aug 3 09:48:54 2014 (r269467)
@@ -48,8 +48,6 @@ __FBSDID("$FreeBSD: projects/ipfw/sys/ne
#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 */
More information about the svn-src-projects
mailing list