git: b6b4ac2faafa - main - tcp_hostcache: remove unnecessary socketvar.h
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 07 May 2024 21:42:35 UTC
The branch main has been updated by glebius:
URL: https://cgit.FreeBSD.org/src/commit/?id=b6b4ac2faafa033563125a8d97f4a8f7b3bd185f
commit b6b4ac2faafa033563125a8d97f4a8f7b3bd185f
Author: Gleb Smirnoff <glebius@FreeBSD.org>
AuthorDate: 2024-05-07 21:15:49 +0000
Commit: Gleb Smirnoff <glebius@FreeBSD.org>
CommitDate: 2024-05-07 21:15:49 +0000
tcp_hostcache: remove unnecessary socketvar.h
---
sys/netinet/tcp_hostcache.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/sys/netinet/tcp_hostcache.c b/sys/netinet/tcp_hostcache.c
index ed90a9ba7196..a42ed8dc0d15 100644
--- a/sys/netinet/tcp_hostcache.c
+++ b/sys/netinet/tcp_hostcache.c
@@ -80,7 +80,6 @@
#include <sys/sbuf.h>
#include <sys/smr.h>
#include <sys/socket.h>
-#include <sys/socketvar.h>
#include <sys/sysctl.h>
#include <net/vnet.h>