mirror of
https://github.com/RGBCube/serenity
synced 2025-05-14 11:24:58 +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
|
@ -9,7 +9,7 @@
|
|||
#include <AK/StdLibExtras.h>
|
||||
#include <Kernel/FileSystem/FIFO.h>
|
||||
#include <Kernel/FileSystem/FileDescription.h>
|
||||
#include <Kernel/Mutex.h>
|
||||
#include <Kernel/Locking/Mutex.h>
|
||||
#include <Kernel/Process.h>
|
||||
#include <Kernel/Thread.h>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue