Delete unnecessary #includes of <netinet6/ip6protosw.h>: some never
authorguenther <guenther@openbsd.org>
Tue, 22 Feb 2022 01:35:40 +0000 (01:35 +0000)
committerguenther <guenther@openbsd.org>
Tue, 22 Feb 2022 01:35:40 +0000 (01:35 +0000)
commit3ca2e802d659d45e76516164bb577a8182fd54eb
tree5649ea8a9cee06a61f1333e25f7bda030dff5088
parent7eb8d89d542a9a03298dd608c824d31fd95d6e4f
Delete unnecessary #includes of <netinet6/ip6protosw.h>: some never
needed it and some no longer need it after moving the externs from
there to <sys/protosw.h>

ok jsg@
sys/netinet/ip_input.c
sys/netinet/ipsec_input.c
sys/netinet6/in6_proto.c
sys/netinet6/ip6_input.c
sys/netinet6/ip6_output.c
sys/netinet6/udp6_output.c