Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Aug 2014 09:48:54 +0000 (UTC)
From:      Alexander V. Chernikov <melifaro@svn.freebsd.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r269467 - projects/ipfw/sys/netpfil/ipfw
Message-ID:  <53de0587.561d.3ef74498@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53de0587.561d.3ef74498>