mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-28 19:59:17 +00:00
Kernel: Move SpinLock.h into Locking/
This commit is contained in:
parent
f7f794e74a
commit
2c3b0baf76
Notes:
sideshowbarker
2024-07-18 07:20:56 +09:00
Author: https://github.com/boricj
Commit: 2c3b0baf76
Pull-request: https://github.com/SerenityOS/serenity/pull/8851
Reviewed-by: https://github.com/awesomekling ✅
Reviewed-by: https://github.com/bgianfo
23 changed files with 22 additions and 22 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue