mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-02-24 00:24:38 +00:00
Kernel: Move SpinLock.h into Locking/
This commit is contained in:
committed by
Andreas Kling
parent
f7f794e74a
commit
2c3b0baf76
@@ -4,9 +4,9 @@
|
||||
* SPDX-License-Identifier: BSD-2-Clause
|
||||
*/
|
||||
|
||||
#include <Kernel/Locking/SpinLock.h>
|
||||
#include <Kernel/Process.h>
|
||||
#include <Kernel/Sections.h>
|
||||
#include <Kernel/SpinLock.h>
|
||||
#include <Kernel/WaitQueue.h>
|
||||
#include <Kernel/WorkQueue.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user