mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 04:07:44 +00:00
Move Lock from AK to Kernel, since it only works inside the kernel.
This commit is contained in:
parent
15657f0916
commit
313ee8dd19
12 changed files with 14 additions and 25 deletions
|
@ -1,6 +1,6 @@
|
|||
#pragma once
|
||||
|
||||
#include <AK/Lock.h>
|
||||
#include <Kernel/Lock.h>
|
||||
#include <AK/Retainable.h>
|
||||
#include <AK/RetainPtr.h>
|
||||
#include <AK/HashTable.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue