summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorMartin Pieuchot <mpi@cvs.openbsd.org>2015-01-19 13:53:56 +0000
committerMartin Pieuchot <mpi@cvs.openbsd.org>2015-01-19 13:53:56 +0000
commit6e8d5b8b755834cb9b8f7e220522c3df84136c28 (patch)
tree98d16ab0f7cc6383135c2b70424ee6337466a315 /sys
parent069b1c77baf73ea288d7b892e65757429b869fb9 (diff)
<netinet6/in6_ifattach.h> is not needed here.
Diffstat (limited to 'sys')
-rw-r--r--sys/netinet6/icmp6.c3
-rw-r--r--sys/netinet6/ip6_input.c3
2 files changed, 2 insertions, 4 deletions
diff --git a/sys/netinet6/icmp6.c b/sys/netinet6/icmp6.c
index 0dcec2615a9..6abdbf445be 100644
--- a/sys/netinet6/icmp6.c
+++ b/sys/netinet6/icmp6.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: icmp6.c,v 1.152 2014/12/22 11:05:53 mpi Exp $ */
+/* $OpenBSD: icmp6.c,v 1.153 2015/01/19 13:53:55 mpi Exp $ */
/* $KAME: icmp6.c,v 1.217 2001/06/20 15:03:29 jinmei Exp $ */
/*
@@ -92,7 +92,6 @@
#include <netinet6/mld6_var.h>
#include <netinet/in_pcb.h>
#include <netinet6/nd6.h>
-#include <netinet6/in6_ifattach.h>
#include <netinet6/ip6protosw.h>
#if NCARP > 0
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>