1
Fork 0
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:
Jean-Baptiste Boric 2021-07-18 09:09:04 +02:00 committed by Andreas Kling
parent 786036820b
commit 479b07339c
3 changed files with 2 additions and 2 deletions

View file

@ -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>