mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-30 14:20:21 +00:00
Move Lock from AK to Kernel, since it only works inside the kernel.
This commit is contained in:
parent
15657f0916
commit
313ee8dd19
Notes:
sideshowbarker
2024-07-19 15:01:50 +09:00
Author: https://github.com/awesomekling
Commit: 313ee8dd19
12 changed files with 14 additions and 25 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
#include <AK/Types.h>
|
||||
#include <AK/Vector.h>
|
||||
#include <AK/Lock.h>
|
||||
#include <Kernel/Lock.h>
|
||||
|
||||
class DoubleBuffer {
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue