git: f5dbf1b1c725 - main - epair: don't include if_var.h twice
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 26 Aug 2025 12:21:03 UTC
The branch main has been updated by tuexen:
URL: https://cgit.FreeBSD.org/src/commit/?id=f5dbf1b1c725da226fd45937decb5a5652ac1422
commit f5dbf1b1c725da226fd45937decb5a5652ac1422
Author: Michael Tuexen <tuexen@FreeBSD.org>
AuthorDate: 2025-08-26 12:19:37 +0000
Commit: Michael Tuexen <tuexen@FreeBSD.org>
CommitDate: 2025-08-26 12:19:37 +0000
epair: don't include if_var.h twice
MFC after: 3 days
Sponsored by: Netflix, Inc.
---
sys/net/if_epair.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/sys/net/if_epair.c b/sys/net/if_epair.c
index a213a84e17db..581c2434b8fb 100644
--- a/sys/net/if_epair.c
+++ b/sys/net/if_epair.c
@@ -67,7 +67,6 @@
#include <net/if_var.h>
#include <net/if_clone.h>
#include <net/if_media.h>
-#include <net/if_var.h>
#include <net/if_private.h>
#include <net/if_types.h>
#include <net/netisr.h>