Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Jan 2024 10:04:25 GMT
From:      Gleb Smirnoff <glebius@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 0598824cc84a - main - protosw: remove unneeded include
Message-ID:  <202401121004.40CA4Ps3003519@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401121004.40CA4Ps3003519>