diff options
author | 2014-07-22 11:06:09 +0000 | |
---|---|---|
committer | 2014-07-22 11:06:09 +0000 | |
commit | 2ec318bfd9d2fdfebdb703c1db477637fd7ccd42 (patch) | |
tree | ca13e6420e9ab3897f552f8d20b1c127ae081236 /sys/netinet/tcp_input.c | |
parent | <netinet/in_systm.h> is no longer needed. (diff) | |
download | wireguard-openbsd-2ec318bfd9d2fdfebdb703c1db477637fd7ccd42.tar.xz wireguard-openbsd-2ec318bfd9d2fdfebdb703c1db477637fd7ccd42.zip |
Fewer <netinet/in_systm.h> !
Diffstat (limited to 'sys/netinet/tcp_input.c')
-rw-r--r-- | sys/netinet/tcp_input.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/netinet/tcp_input.c b/sys/netinet/tcp_input.c index ade7bde7e14..cf74f095c08 100644 --- a/sys/netinet/tcp_input.c +++ b/sys/netinet/tcp_input.c @@ -1,4 +1,4 @@ -/* $OpenBSD: tcp_input.c,v 1.277 2014/07/11 13:15:34 bluhm Exp $ */ +/* $OpenBSD: tcp_input.c,v 1.278 2014/07/22 11:06:10 mpi Exp $ */ /* $NetBSD: tcp_input.c,v 1.23 1996/02/13 23:43:44 christos Exp $ */ /* @@ -86,7 +86,6 @@ #include <net/route.h> #include <netinet/in.h> -#include <netinet/in_systm.h> #include <netinet/ip.h> #include <netinet/in_pcb.h> #include <netinet/ip_var.h> |