git: 65a58d63902a - main - icmp: doesn't need tcp_var.h
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 31 Oct 2022 15:45:24 UTC
The branch main has been updated by glebius:
URL: https://cgit.FreeBSD.org/src/commit/?id=65a58d63902aed7ab133867b808b9a5b9608f09d
commit 65a58d63902aed7ab133867b808b9a5b9608f09d
Author: Gleb Smirnoff <glebius@FreeBSD.org>
AuthorDate: 2022-10-31 15:44:55 +0000
Commit: Gleb Smirnoff <glebius@FreeBSD.org>
CommitDate: 2022-10-31 15:44:55 +0000
icmp: doesn't need tcp_var.h
---
sys/netinet/ip_icmp.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/sys/netinet/ip_icmp.c b/sys/netinet/ip_icmp.c
index fdde24fd94be..c108a8f3ab05 100644
--- a/sys/netinet/ip_icmp.c
+++ b/sys/netinet/ip_icmp.c
@@ -66,7 +66,6 @@ __FBSDID("$FreeBSD$");
#include <netinet/ip_options.h>
#include <netinet/sctp.h>
#include <netinet/tcp.h>
-#include <netinet/tcp_var.h>
#include <netinet/tcpip.h>
#include <netinet/icmp_var.h>