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
Notes: sideshowbarker 2024-07-18 07:21:00 +09:00
27 changed files with 26 additions and 26 deletions

View file

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