mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 16:07:47 +00:00
Kernel: Move SystemExposed.* => FileSystem/SysFSComponent.*
This commit is contained in:
parent
807aadbe6e
commit
d40ea1a0a8
5 changed files with 4 additions and 4 deletions
|
@ -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>
|
||||
|
||||
|
|
|
@ -113,6 +113,7 @@ set(KERNEL_SOURCES
|
|||
FileSystem/Plan9FileSystem.cpp
|
||||
FileSystem/ProcFS.cpp
|
||||
FileSystem/SysFS.cpp
|
||||
FileSystem/SysFSComponent.cpp
|
||||
FileSystem/TmpFS.cpp
|
||||
FileSystem/VirtualFileSystem.cpp
|
||||
FutexQueue.cpp
|
||||
|
@ -227,7 +228,6 @@ set(KERNEL_SOURCES
|
|||
Syscalls/waitid.cpp
|
||||
Syscalls/inode_watcher.cpp
|
||||
Syscalls/write.cpp
|
||||
SystemExposed.cpp
|
||||
TTY/ConsoleManagement.cpp
|
||||
TTY/MasterPTY.cpp
|
||||
TTY/PTYMultiplexer.cpp
|
||||
|
|
|
@ -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 {
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
*/
|
||||
|
||||
#include <Kernel/FileSystem/SysFS.h>
|
||||
#include <Kernel/SystemExposed.h>
|
||||
#include <Kernel/FileSystem/SysFSComponent.h>
|
||||
|
||||
namespace Kernel {
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue