aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Chagin <dchagin@FreeBSD.org>2023-02-14 14:46:31 +0000
committerDmitry Chagin <dchagin@FreeBSD.org>2023-03-01 08:41:50 +0000
commitff193c9bd91e862df173c3b21b0c5500b4c27439 (patch)
tree72a421a076dcc8efb4f65768040dbea7bc639520
parenta0f00d737c7ac6bf74ea332ac63507410e3de1ba (diff)
downloadsrc-ff193c9bd91e862df173c3b21b0c5500b4c27439.tar.gz
src-ff193c9bd91e862df173c3b21b0c5500b4c27439.zip
linux(4): Cleanup sys/queue.h from linux.h
Leftover after converting futexes to the umtx API. NFC after: 2 weeks (cherry picked from commit 007986714c78c8e087038fb05442f17da1171bfa)
-rw-r--r--sys/compat/linux/linux.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/compat/linux/linux.h b/sys/compat/linux/linux.h
index a8cdab07a70b..055d8e3b9cf6 100644
--- a/sys/compat/linux/linux.h
+++ b/sys/compat/linux/linux.h
@@ -28,8 +28,6 @@
#ifndef _LINUX_MI_H_
#define _LINUX_MI_H_
-#include <sys/queue.h>
-
/*
* Private Brandinfo flags
*/