summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_fastfwd.c
diff options
context:
space:
mode:
authorae <ae@FreeBSD.org>2016-06-09 05:48:34 +0000
committerae <ae@FreeBSD.org>2016-06-09 05:48:34 +0000
commit48b268cd67c458f32546db9424e1950747931521 (patch)
treea326f8b250309a74cb46e25eb63efcab4f56db03 /sys/netinet/ip_fastfwd.c
parent43304caec75d951f4e8e24379f9a2b8bafe05b61 (diff)
downloadFreeBSD-src-48b268cd67c458f32546db9424e1950747931521.zip
FreeBSD-src-48b268cd67c458f32546db9424e1950747931521.tar.gz
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.
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 3fc7c74..ea59c10 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>
OpenPOWER on IntegriCloud