git: 7b4b05d88920 - main - Revert "sys/mutex.h: Reorder includes"

From: Emmanuel Vadot <manu_at_FreeBSD.org>
Date: Tue, 28 Nov 2023 08:40:43 UTC
The branch main has been updated by manu:

URL: https://cgit.FreeBSD.org/src/commit/?id=7b4b05d8892080ce6614512b598c89009bcdaf08

commit 7b4b05d8892080ce6614512b598c89009bcdaf08
Author:     Emmanuel Vadot <manu@FreeBSD.org>
AuthorDate: 2023-11-28 08:39:53 +0000
Commit:     Emmanuel Vadot <manu@FreeBSD.org>
CommitDate: 2023-11-28 08:39:53 +0000

    Revert "sys/mutex.h: Reorder includes"
    
    This reverts commit 50335b1ae4e48712f831e85ddfa7b00da0af382c.
---
 sys/sys/mutex.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/sys/mutex.h b/sys/sys/mutex.h
index 9fd6663ed75d..750a5e99679a 100644
--- a/sys/sys/mutex.h
+++ b/sys/sys/mutex.h
@@ -34,8 +34,8 @@
 #define _SYS_MUTEX_H_
 
 #include <sys/queue.h>
-#include <sys/lock.h>
 #include <sys/_mutex.h>
+#include <sys/lock.h>
 
 #ifdef _KERNEL
 #include <sys/pcpu.h>