mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-10 18:19:03 +00:00
Kernel: Use Forward.h headers more
This commit is contained in:
parent
47bfd366a8
commit
98080497d2
Notes:
sideshowbarker
2024-07-18 09:20:28 +09:00
Author: https://github.com/awesomekling
Commit: 98080497d2
18 changed files with 52 additions and 88 deletions
|
@ -10,6 +10,7 @@
|
|||
#include <AK/RefPtr.h>
|
||||
#include <AK/StringView.h>
|
||||
#include <Kernel/FileSystem/InodeIdentifier.h>
|
||||
#include <Kernel/Forward.h>
|
||||
#include <Kernel/KResult.h>
|
||||
#include <Kernel/Lock.h>
|
||||
#include <Kernel/UnixTypes.h>
|
||||
|
@ -19,11 +20,6 @@ namespace Kernel {
|
|||
|
||||
static constexpr u32 mepoch = 476763780;
|
||||
|
||||
class Inode;
|
||||
class FileDescription;
|
||||
class LocalSocket;
|
||||
class VMObject;
|
||||
|
||||
class FileSystem : public RefCounted<FileSystem> {
|
||||
friend class Inode;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue