diff options
author | ae <ae@FreeBSD.org> | 2016-06-09 05:48:34 +0000 |
---|---|---|
committer | ae <ae@FreeBSD.org> | 2016-06-09 05:48:34 +0000 |
commit | 48b268cd67c458f32546db9424e1950747931521 (patch) | |
tree | a326f8b250309a74cb46e25eb63efcab4f56db03 /sys/netinet6/ip6_input.c | |
parent | 43304caec75d951f4e8e24379f9a2b8bafe05b61 (diff) | |
download | FreeBSD-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/netinet6/ip6_input.c')
-rw-r--r-- | sys/netinet6/ip6_input.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/netinet6/ip6_input.c b/sys/netinet6/ip6_input.c index a897d6c..754de6a 100644 --- a/sys/netinet6/ip6_input.c +++ b/sys/netinet6/ip6_input.c @@ -65,7 +65,6 @@ __FBSDID("$FreeBSD$"); #include "opt_inet.h" #include "opt_inet6.h" -#include "opt_ipfw.h" #include "opt_ipsec.h" #include "opt_route.h" #include "opt_rss.h" |