mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 18:27:35 +00:00
Kernel: Move LockMode into Locking/
This commit is contained in:
parent
786036820b
commit
479b07339c
3 changed files with 2 additions and 2 deletions
|
@ -27,7 +27,7 @@
|
|||
#include <Kernel/Forward.h>
|
||||
#include <Kernel/KResult.h>
|
||||
#include <Kernel/KString.h>
|
||||
#include <Kernel/LockMode.h>
|
||||
#include <Kernel/Locking/LockMode.h>
|
||||
#include <Kernel/Memory/VirtualRange.h>
|
||||
#include <Kernel/Scheduler.h>
|
||||
#include <Kernel/TimerQueue.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue