diff options
author | 2013-10-24 11:31:43 +0000 | |
---|---|---|
committer | 2013-10-24 11:31:43 +0000 | |
commit | 7b2d60742912a27e72b97f75e56b23cb0851c329 (patch) | |
tree | 4dadc7f386be5956237ac3229782d1934ddd5d54 /sys/netinet/tcp_subr.c | |
parent | s/ALLWINNER/SUNXI/g (diff) | |
download | wireguard-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.c | 4 |
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 */ |