summaryrefslogtreecommitdiffstats
path: root/sys/netinet/tcp_subr.c
diff options
context:
space:
mode:
authormpi <mpi@openbsd.org>2013-10-24 11:31:43 +0000
committermpi <mpi@openbsd.org>2013-10-24 11:31:43 +0000
commit7b2d60742912a27e72b97f75e56b23cb0851c329 (patch)
tree4dadc7f386be5956237ac3229782d1934ddd5d54 /sys/netinet/tcp_subr.c
parents/ALLWINNER/SUNXI/g (diff)
downloadwireguard-openbsd-7b2d60742912a27e72b97f75e56b23cb0851c329.tar.xz
wireguard-openbsd-7b2d60742912a27e72b97f75e56b23cb0851c329.zip
Remove the number of in6_var.h inclusions by moving some functions and
global variables to in6.h. ok deraadt@
Diffstat (limited to 'sys/netinet/tcp_subr.c')
-rw-r--r--sys/netinet/tcp_subr.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/netinet/tcp_subr.c b/sys/netinet/tcp_subr.c
index a4107481eea..5cbe000edd6 100644
--- a/sys/netinet/tcp_subr.c
+++ b/sys/netinet/tcp_subr.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: tcp_subr.c,v 1.124 2013/10/23 15:12:42 mpi Exp $ */
+/* $OpenBSD: tcp_subr.c,v 1.125 2013/10/24 11:31:43 mpi Exp $ */
/* $NetBSD: tcp_subr.c,v 1.22 1996/02/13 23:44:00 christos Exp $ */
/*
@@ -96,8 +96,6 @@
#include <dev/rndvar.h>
#ifdef INET6
-#include <netinet6/in6_var.h>
-#include <netinet6/ip6_var.h>
#include <netinet6/ip6protosw.h>
#endif /* INET6 */