git: 3850d1837bf7 - main - in6_rmx: remove unnecessary TCP includes

From: Gleb Smirnoff <glebius_at_FreeBSD.org>
Date: Thu, 18 Nov 2021 08:54:43 UTC
The branch main has been updated by glebius:

URL: https://cgit.FreeBSD.org/src/commit/?id=3850d1837bf715527f8b7d9bf4caae5e728626da

commit 3850d1837bf715527f8b7d9bf4caae5e728626da
Author:     Gleb Smirnoff <glebius@FreeBSD.org>
AuthorDate: 2021-11-18 08:53:42 +0000
Commit:     Gleb Smirnoff <glebius@FreeBSD.org>
CommitDate: 2021-11-18 08:54:29 +0000

    in6_rmx: remove unnecessary TCP includes
---
 sys/netinet6/in6_rmx.c | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/sys/netinet6/in6_rmx.c b/sys/netinet6/in6_rmx.c
index 54136f9983b2..d1c0a83d0002 100644
--- a/sys/netinet6/in6_rmx.c
+++ b/sys/netinet6/in6_rmx.c
@@ -93,11 +93,6 @@ __FBSDID("$FreeBSD$");
 #include <netinet/icmp6.h>
 #include <netinet6/nd6.h>
 
-#include <netinet/tcp.h>
-#include <netinet/tcp_seq.h>
-#include <netinet/tcp_timer.h>
-#include <netinet/tcp_var.h>
-
 static int
 rib6_preadd(u_int fibnum, const struct sockaddr *addr, const struct sockaddr *mask,
     struct nhop_object *nh)