mirror of
https://github.com/RGBCube/serenity
synced 2025-05-29 14:15:08 +00:00
Kernel: Move Mutex into Locking/
This commit is contained in:
parent
479b07339c
commit
f7f794e74a
27 changed files with 26 additions and 26 deletions
|
@ -14,8 +14,8 @@
|
|||
#include <AK/Vector.h>
|
||||
#include <AK/Weakable.h>
|
||||
#include <Kernel/Forward.h>
|
||||
#include <Kernel/Locking/Mutex.h>
|
||||
#include <Kernel/Memory/Region.h>
|
||||
#include <Kernel/Mutex.h>
|
||||
|
||||
namespace Kernel::Memory {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue