Kernel: Move SpinLock.h into Locking/

This commit is contained in:
Jean-Baptiste Boric 2021-07-18 09:15:52 +02:00 committed by Andreas Kling
commit 2c3b0baf76
Notes: sideshowbarker 2024-07-18 07:20:56 +09:00
23 changed files with 22 additions and 22 deletions

View file

@ -10,7 +10,7 @@
#include <Kernel/Debug.h>
#include <Kernel/KSyms.h>
#include <Kernel/Locking/Mutex.h>
#include <Kernel/SpinLock.h>
#include <Kernel/Locking/SpinLock.h>
#include <Kernel/Thread.h>
namespace Kernel {