git: 0598824cc84a - main - protosw: remove unneeded include
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 12 Jan 2024 10:04:25 UTC
The branch main has been updated by glebius:
URL: https://cgit.FreeBSD.org/src/commit/?id=0598824cc84a347848dfe822add22aad30ff89d4
commit 0598824cc84a347848dfe822add22aad30ff89d4
Author: Gleb Smirnoff <glebius@FreeBSD.org>
AuthorDate: 2024-01-12 10:04:04 +0000
Commit: Gleb Smirnoff <glebius@FreeBSD.org>
CommitDate: 2024-01-12 10:04:04 +0000
protosw: remove unneeded include
---
sys/sys/protosw.h | 2 --
1 file changed, 2 deletions(-)
diff --git a/sys/sys/protosw.h b/sys/sys/protosw.h
index eea231f82807..b512c60971ee 100644
--- a/sys/sys/protosw.h
+++ b/sys/sys/protosw.h
@@ -32,8 +32,6 @@
#ifndef _SYS_PROTOSW_H_
#define _SYS_PROTOSW_H_
-#include <sys/queue.h>
-
/* Forward declare these structures referenced from prototypes below. */
struct kaiocb;
struct mbuf;