From 48a59fe3de1bf0741c6557eb9f5dcbf9d9c5b9a3 Mon Sep 17 00:00:00 2001 From: mpi Date: Wed, 23 Oct 2013 15:12:42 +0000 Subject: Remove the number of in_var.h inclusions by moving some functions and global variables to in.h. ok mikeb@, deraadt@ --- sys/netinet/tcp_subr.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sys/netinet/tcp_subr.c') diff --git a/sys/netinet/tcp_subr.c b/sys/netinet/tcp_subr.c index c2143fb161b..a4107481eea 100644 --- a/sys/netinet/tcp_subr.c +++ b/sys/netinet/tcp_subr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: tcp_subr.c,v 1.123 2013/10/21 08:42:24 phessler Exp $ */ +/* $OpenBSD: tcp_subr.c,v 1.124 2013/10/23 15:12:42 mpi Exp $ */ /* $NetBSD: tcp_subr.c,v 1.22 1996/02/13 23:44:00 christos Exp $ */ /* @@ -84,7 +84,6 @@ #include #include #include -#include #include #include #include -- cgit v1.2.3-59-g8ed1b