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

This commit is contained in:
Andreas Kling 2021-07-11 01:09:48 +02:00
commit 98acebf56b
Notes: sideshowbarker 2024-07-18 09:21:42 +09:00
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;