mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 13:27:35 +00:00
Kernel: Move SpinLock.h into Locking/
This commit is contained in:
parent
f7f794e74a
commit
2c3b0baf76
23 changed files with 22 additions and 22 deletions
|
@ -15,7 +15,7 @@
|
|||
#include <Kernel/API/KeyCode.h>
|
||||
#include <Kernel/API/MousePacket.h>
|
||||
#include <Kernel/KResult.h>
|
||||
#include <Kernel/SpinLock.h>
|
||||
#include <Kernel/Locking/SpinLock.h>
|
||||
#include <Kernel/UnixTypes.h>
|
||||
#include <LibKeyboard/CharacterMap.h>
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
#include <AK/RefCounted.h>
|
||||
#include <Kernel/Devices/HID/KeyboardDevice.h>
|
||||
#include <Kernel/Devices/HID/MouseDevice.h>
|
||||
#include <Kernel/SpinLock.h>
|
||||
#include <Kernel/Locking/SpinLock.h>
|
||||
|
||||
namespace Kernel {
|
||||
|
||||
|
|
|
@ -6,8 +6,8 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include <Kernel/Locking/SpinLock.h>
|
||||
#include <Kernel/Memory/AnonymousVMObject.h>
|
||||
#include <Kernel/SpinLock.h>
|
||||
|
||||
namespace Kernel {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue