Date: Mon, 31 Oct 2022 15:45:24 GMT From: Gleb Smirnoff <glebius@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 65a58d63902a - main - icmp: doesn't need tcp_var.h Message-ID: <202210311545.29VFjO31074977@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202210311545.29VFjO31074977>