diff options
author | 2015-01-19 13:53:55 +0000 | |
---|---|---|
committer | 2015-01-19 13:53:55 +0000 | |
commit | 349666bb4af0679ae36decf12c28be896f09bbd5 (patch) | |
tree | 35bfd98a4f48cd142fdecfbb4bb188d34f11900a /sys/netinet6/ip6_input.c | |
parent | remove a couple of unused headers. (diff) | |
download | wireguard-openbsd-349666bb4af0679ae36decf12c28be896f09bbd5.tar.xz wireguard-openbsd-349666bb4af0679ae36decf12c28be896f09bbd5.zip |
<netinet6/in6_ifattach.h> is not needed here.
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 42d1dab2a7b..4efcb5e08cf 100644 --- a/sys/netinet6/ip6_input.c +++ b/sys/netinet6/ip6_input.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ip6_input.c,v 1.134 2014/12/19 17:14:40 tedu Exp $ */ +/* $OpenBSD: ip6_input.c,v 1.135 2015/01/19 13:53:55 mpi Exp $ */ /* $KAME: ip6_input.c,v 1.188 2001/03/29 05:34:31 itojun Exp $ */ /* @@ -94,7 +94,6 @@ #include <netinet/ip6.h> #include <netinet6/ip6_var.h> #include <netinet/icmp6.h> -#include <netinet6/in6_ifattach.h> #include <netinet6/nd6.h> #include <netinet6/ip6protosw.h> |