mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-14 22:31:29 +03:00
Kernel: Move LockMode into Locking/
This commit is contained in:
parent
786036820b
commit
479b07339c
Notes:
sideshowbarker
2024-07-18 07:21:03 +09:00
Author: https://github.com/boricj Commit: https://github.com/SerenityOS/serenity/commit/479b07339c2 Pull-request: https://github.com/SerenityOS/serenity/pull/8851 Reviewed-by: https://github.com/awesomekling ✅ Reviewed-by: https://github.com/bgianfo
@ -11,7 +11,7 @@
|
||||
#include <AK/HashMap.h>
|
||||
#include <AK/Types.h>
|
||||
#include <Kernel/Forward.h>
|
||||
#include <Kernel/LockMode.h>
|
||||
#include <Kernel/Locking/LockMode.h>
|
||||
#include <Kernel/WaitQueue.h>
|
||||
|
||||
namespace Kernel {
|
||||
|
@ -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…
Reference in New Issue
Block a user