1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-30 18:28:10 +00:00

Kernel: Move Mutex into Locking/

This commit is contained in:
Jean-Baptiste Boric 2021-07-18 09:10:27 +02:00 committed by Andreas Kling
parent 479b07339c
commit f7f794e74a
27 changed files with 26 additions and 26 deletions

View file

@ -21,8 +21,8 @@
#include <Kernel/FileSystem/UnveilNode.h>
#include <Kernel/Forward.h>
#include <Kernel/FutexQueue.h>
#include <Kernel/Locking/Mutex.h>
#include <Kernel/Memory/AddressSpace.h>
#include <Kernel/Mutex.h>
#include <Kernel/PerformanceEventBuffer.h>
#include <Kernel/ProcessGroup.h>
#include <Kernel/StdLib.h>