1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 16:57:35 +00:00

Kernel: Move SysFS forward declarations to FileSystem/Forward.h

This commit is contained in:
Andreas Kling 2021-07-11 01:09:48 +02:00
parent 60a7a9d523
commit 98acebf56b
3 changed files with 4 additions and 5 deletions

View file

@ -17,10 +17,6 @@
namespace Kernel {
class SysFS;
class SysFSInode;
class SysFSDirectoryInode;
class SysFSRootFolder final : public SysFSDirectory {
friend class SysFSComponentRegistry;