aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/ip_fastfwd.c
diff options
context:
space:
mode:
authorAndrey V. Elsukov <ae@FreeBSD.org>2016-06-09 05:48:34 +0000
committerAndrey V. Elsukov <ae@FreeBSD.org>2016-06-09 05:48:34 +0000
commit4c1054027451b2e0cf9b3c4f390763cba5fdf383 (patch)
treea326f8b250309a74cb46e25eb63efcab4f56db03 /sys/netinet/ip_fastfwd.c
parent17dbc50b70a88f7d5087f00ba5aa82518c3df65f (diff)
downloadsrc-4c1054027451b2e0cf9b3c4f390763cba5fdf383.tar.gz
src-4c1054027451b2e0cf9b3c4f390763cba5fdf383.zip
Cleanup unneded include "opt_ipfw.h".
It was used for conditional build IPFIREWALL_FORWARD support. But IPFIREWALL_FORWARD option was removed a long time ago.
Notes
Notes: svn path=/head/; revision=301717
Diffstat (limited to 'sys/netinet/ip_fastfwd.c')
-rw-r--r--sys/netinet/ip_fastfwd.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/netinet/ip_fastfwd.c b/sys/netinet/ip_fastfwd.c
index 3fc7c74ba61f..ea59c10a97ca 100644
--- a/sys/netinet/ip_fastfwd.c
+++ b/sys/netinet/ip_fastfwd.c
@@ -76,7 +76,6 @@
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
-#include "opt_ipfw.h"
#include "opt_ipstealth.h"
#include <sys/param.h>