git: f6963113f49c - main - in6_rmx: remove unnecessary socketvar.h
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 07 May 2024 21:42:36 UTC
The branch main has been updated by glebius: URL: https://cgit.FreeBSD.org/src/commit/?id=f6963113f49c48f30eaadf4dd8ec878f6cdd513e commit f6963113f49c48f30eaadf4dd8ec878f6cdd513e Author: Gleb Smirnoff <glebius@FreeBSD.org> AuthorDate: 2024-05-07 21:15:56 +0000 Commit: Gleb Smirnoff <glebius@FreeBSD.org> CommitDate: 2024-05-07 21:15:56 +0000 in6_rmx: remove unnecessary socketvar.h --- sys/netinet6/in6_rmx.c | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/netinet6/in6_rmx.c b/sys/netinet6/in6_rmx.c index fb00a8ea2211..6eb61600b8df 100644 --- a/sys/netinet6/in6_rmx.c +++ b/sys/netinet6/in6_rmx.c @@ -67,7 +67,6 @@ #include <sys/lock.h> #include <sys/queue.h> #include <sys/socket.h> -#include <sys/socketvar.h> #include <sys/mbuf.h> #include <sys/rwlock.h> #include <sys/syslog.h>