1
0
Fork 0
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:
Andreas Kling 2021-07-11 11:49:16 +02:00
parent 47bfd366a8
commit 98080497d2
Notes: sideshowbarker 2024-07-18 09:20:28 +09:00
18 changed files with 52 additions and 88 deletions

View file

@ -231,8 +231,6 @@ UNMAP_AFTER_INIT ProcFSNetworkDirectory::ProcFSNetworkDirectory(const ProcFSRoot
{
}
class ProcFSSystemDirectory;
class ProcFSDumpKmallocStacks : public ProcFSSystemBoolean {
public:
static NonnullRefPtr<ProcFSDumpKmallocStacks> must_create(const ProcFSSystemDirectory&);