git: 007986714c78 - main - linux(4): Cleanup sys/queue.h from linux.h

From: Dmitry Chagin <dchagin_at_FreeBSD.org>
Date: Tue, 14 Feb 2023 14:47:14 UTC
The branch main has been updated by dchagin:

URL: https://cgit.FreeBSD.org/src/commit/?id=007986714c78c8e087038fb05442f17da1171bfa

commit 007986714c78c8e087038fb05442f17da1171bfa
Author:     Dmitry Chagin <dchagin@FreeBSD.org>
AuthorDate: 2023-02-14 14:46:31 +0000
Commit:     Dmitry Chagin <dchagin@FreeBSD.org>
CommitDate: 2023-02-14 14:46:31 +0000

    linux(4): Cleanup sys/queue.h from linux.h
    
    Leftover after converting futexes to the umtx API.
    
    NFC after:              2 weeks
---
 sys/compat/linux/linux.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/sys/compat/linux/linux.h b/sys/compat/linux/linux.h
index 40e563014fde..cd7e8cd6b3e0 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
  */