diff options
author | peter <peter@FreeBSD.org> | 2001-01-29 11:28:20 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 2001-01-29 11:28:20 +0000 |
commit | 21b418d3ba25f0a01ae20c28971c7dde0a47cee4 (patch) | |
tree | d2240251e6a4e5bbd37999c404196bd3decefc58 /sys/netinet6 | |
parent | dc1171ad0c02052a6552df25ee7fd60296b22346 (diff) | |
download | FreeBSD-src-21b418d3ba25f0a01ae20c28971c7dde0a47cee4.zip FreeBSD-src-21b418d3ba25f0a01ae20c28971c7dde0a47cee4.tar.gz |
Yikes, these files bogusly #include "loop.h" but didn't use the value.
My searching for NLOOP missed them. :-(
Diffstat (limited to 'sys/netinet6')
-rw-r--r-- | sys/netinet6/in6_src.c | 2 | ||||
-rw-r--r-- | sys/netinet6/ip6_input.c | 2 | ||||
-rw-r--r-- | sys/netinet6/nd6.c | 2 |
3 files changed, 0 insertions, 6 deletions
diff --git a/sys/netinet6/in6_src.c b/sys/netinet6/in6_src.c index 2c0bc74..765a692 100644 --- a/sys/netinet6/in6_src.c +++ b/sys/netinet6/in6_src.c @@ -96,8 +96,6 @@ #include <net/net_osdep.h> -#include "loop.h" - /* * Return an IPv6 address, which is the most appropriate for given * destination and user specified options. diff --git a/sys/netinet6/ip6_input.c b/sys/netinet6/ip6_input.c index 6238179..0ffe494 100644 --- a/sys/netinet6/ip6_input.c +++ b/sys/netinet6/ip6_input.c @@ -112,8 +112,6 @@ #include <netinet6/ip6protosw.h> -/* we need it for NLOOP. */ -#include "loop.h" #include "faith.h" #include "gif.h" diff --git a/sys/netinet6/nd6.c b/sys/netinet6/nd6.c index 0a56a91..3731585 100644 --- a/sys/netinet6/nd6.c +++ b/sys/netinet6/nd6.c @@ -70,8 +70,6 @@ #include <netinet6/in6_prefix.h> #include <netinet/icmp6.h> -#include "loop.h" - #include <net/net_osdep.h> #define ND6_SLOWTIMER_INTERVAL (60 * 60) /* 1 hour */ |