git: d819ddba9aa4 - main - lio: Remove unneeded include.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 21 Sep 2022 20:55:25 UTC
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>