git: 393356f25fb8 - main - ifnet: Don't include ethernet.h twice
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 28 Aug 2025 04:29:57 UTC
The branch main has been updated by zlei: URL: https://cgit.FreeBSD.org/src/commit/?id=393356f25fb8b76e38b10347f0ad40d4a23372ba commit 393356f25fb8b76e38b10347f0ad40d4a23372ba Author: Zhenlei Huang <zlei@FreeBSD.org> AuthorDate: 2025-08-28 04:29:06 +0000 Commit: Zhenlei Huang <zlei@FreeBSD.org> CommitDate: 2025-08-28 04:29:06 +0000 ifnet: Don't include ethernet.h twice MFC after: 3 days --- sys/net/if.c | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/net/if.c b/sys/net/if.c index 202be4794f6e..0fc30488f1e5 100644 --- a/sys/net/if.c +++ b/sys/net/if.c @@ -74,7 +74,6 @@ #include <vm/uma.h> #include <net/bpf.h> -#include <net/ethernet.h> #include <net/if.h> #include <net/if_arp.h> #include <net/if_clone.h>