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

Kernel: Move SystemExposed.* => FileSystem/SysFSComponent.*

This commit is contained in:
Andreas Kling 2021-07-11 01:14:53 +02:00
parent 807aadbe6e
commit d40ea1a0a8
5 changed files with 4 additions and 4 deletions

View file

@ -8,7 +8,7 @@
#include <Kernel/FileSystem/FileSystem.h>
#include <Kernel/FileSystem/Inode.h>
#include <Kernel/SystemExposed.h>
#include <Kernel/FileSystem/SysFSComponent.h>
namespace Kernel {