1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 15:47:44 +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

@ -9,8 +9,8 @@
#include <AK/Types.h>
#include <Kernel/ACPI/Definitions.h>
#include <Kernel/ACPI/Initialize.h>
#include <Kernel/FileSystem/SysFSComponent.h>
#include <Kernel/PhysicalAddress.h>
#include <Kernel/SystemExposed.h>
#include <Kernel/VM/Region.h>
#include <Kernel/VirtualAddress.h>