Date: Wed, 21 Sep 2022 20:55:25 GMT From: Warner Losh <imp@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: d819ddba9aa4 - main - lio: Remove unneeded include. Message-ID: <202209212055.28LKtPIj010902@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=d819ddba9aa458f6e91df059426d9a2f1ac0b92d commit d819ddba9aa458f6e91df059426d9a2f1ac0b92d Author: Zhenlei Huang <zlei.huang@gmail.com> AuthorDate: 2022-09-21 20:52:00 +0000 Commit: Warner Losh <imp@FreeBSD.org> CommitDate: 2022-09-21 20:53:00 +0000 lio: Remove unneeded include. Reviewed by: adiran, imp Differential Revision: https://reviews.freebsd.org/D36501 --- sys/dev/liquidio/lio_bsd.h | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/dev/liquidio/lio_bsd.h b/sys/dev/liquidio/lio_bsd.h index fd6402ea2297..1c8e8e50b189 100644 --- a/sys/dev/liquidio/lio_bsd.h +++ b/sys/dev/liquidio/lio_bsd.h @@ -52,7 +52,6 @@ #include <net/if_types.h> #include <net/if_vlan_var.h> -#include <net/if_gif.h> #include <netinet/in.h> #include <netinet/tcp_lro.h>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202209212055.28LKtPIj010902>