diff options
author | 2015-03-14 03:38:46 +0000 | |
---|---|---|
committer | 2015-03-14 03:38:46 +0000 | |
commit | 21dab745d772244ad59a415114e48be2888cfbc8 (patch) | |
tree | 0cf0a65bda8999c8207ac27cc59ed638fb036bb5 /sys/netinet6/ip6_input.c | |
parent | Move the command line options (mainly -d and -v) out of struct bgpd_config (diff) | |
download | wireguard-openbsd-21dab745d772244ad59a415114e48be2888cfbc8.tar.xz wireguard-openbsd-21dab745d772244ad59a415114e48be2888cfbc8.zip |
Remove some includes include-what-you-use claims don't
have any direct symbols used. Tested for indirect use by compiling
amd64/i386/sparc64 kernels.
ok tedu@ deraadt@
Diffstat (limited to 'sys/netinet6/ip6_input.c')
-rw-r--r-- | sys/netinet6/ip6_input.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/netinet6/ip6_input.c b/sys/netinet6/ip6_input.c index 08e86fb8c1a..f4c9351a704 100644 --- a/sys/netinet6/ip6_input.c +++ b/sys/netinet6/ip6_input.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ip6_input.c,v 1.139 2015/02/09 12:23:22 claudio Exp $ */ +/* $OpenBSD: ip6_input.c,v 1.140 2015/03/14 03:38:52 jsg Exp $ */ /* $KAME: ip6_input.c,v 1.188 2001/03/29 05:34:31 itojun Exp $ */ /* @@ -81,7 +81,6 @@ #include <net/if.h> #include <net/if_var.h> #include <net/if_types.h> -#include <net/if_dl.h> #include <net/route.h> #include <net/netisr.h> |