mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-10 18:10:56 +09: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
|
@ -21,13 +21,6 @@
|
|||
|
||||
namespace Kernel {
|
||||
|
||||
class ProcFS;
|
||||
class ProcFSExposedComponent;
|
||||
class ProcFSExposedDirectory;
|
||||
class ProcFSRootDirectory;
|
||||
class ProcFSBusDirectory;
|
||||
class ProcFSSystemBoolean;
|
||||
|
||||
class ProcFSComponentRegistry {
|
||||
public:
|
||||
static ProcFSComponentRegistry& the();
|
||||
|
@ -130,9 +123,6 @@ protected:
|
|||
mutable Lock m_lock { "ProcFSLink" };
|
||||
};
|
||||
|
||||
class ProcFSRootDirectory;
|
||||
class ProcFSProcessInformation;
|
||||
|
||||
class ProcFSProcessDirectory final
|
||||
: public ProcFSExposedDirectory {
|
||||
friend class ProcFSComponentRegistry;
|
||||
|
@ -167,8 +157,6 @@ private:
|
|||
NonnullRefPtr<Process> m_associated_process;
|
||||
};
|
||||
|
||||
class ProcFSRootDirectory;
|
||||
|
||||
class ProcFSBusDirectory : public ProcFSExposedDirectory {
|
||||
friend class ProcFSComponentRegistry;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue