aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGleb Smirnoff <glebius@FreeBSD.org>2024-01-12 10:04:04 +0000
committerGleb Smirnoff <glebius@FreeBSD.org>2024-01-12 10:04:04 +0000
commit0598824cc84a347848dfe822add22aad30ff89d4 (patch)
treef14b394726869e3f631158ad939d9af997bc47b7
parent82126ef92fdb3c13a67ad44d33c0fe6ea479c01a (diff)
downloadsrc-0598824cc84a347848dfe822add22aad30ff89d4.tar.gz
src-0598824cc84a347848dfe822add22aad30ff89d4.zip
protosw: remove unneeded include
-rw-r--r--sys/sys/protosw.h2
1 files changed, 0 insertions, 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;