mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 20:29:18 +00:00
Kernel: Move Lockable into its own header
This commit is contained in:
parent
2c3b0baf76
commit
aea98a85d1
Notes:
sideshowbarker
2024-07-18 07:20:52 +09:00
Author: https://github.com/boricj
Commit: aea98a85d1
Pull-request: https://github.com/SerenityOS/serenity/pull/8851
Reviewed-by: https://github.com/awesomekling ✅
Reviewed-by: https://github.com/bgianfo
10 changed files with 44 additions and 23 deletions
|
@ -9,6 +9,7 @@
|
|||
#include <AK/StdLibExtras.h>
|
||||
#include <Kernel/FileSystem/FIFO.h>
|
||||
#include <Kernel/FileSystem/FileDescription.h>
|
||||
#include <Kernel/Locking/Lockable.h>
|
||||
#include <Kernel/Locking/Mutex.h>
|
||||
#include <Kernel/Process.h>
|
||||
#include <Kernel/Thread.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue