mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 13:49:16 +00:00
Kernel: Move all boot-related code to the new Boot subdirectory
This commit is contained in:
parent
c9a34cae66
commit
8f21420a1d
Notes:
sideshowbarker
2024-07-17 05:02:42 +09:00
Author: https://github.com/supercomputer7
Commit: 8f21420a1d
Pull-request: https://github.com/SerenityOS/serenity/pull/17604
Reviewed-by: https://github.com/gmta ✅
Reviewed-by: https://github.com/kleinesfilmroellchen ✅
31 changed files with 34 additions and 34 deletions
|
@ -6,7 +6,7 @@
|
|||
|
||||
#include <AK/Error.h>
|
||||
#include <AK/Try.h>
|
||||
#include <Kernel/CommandLine.h>
|
||||
#include <Kernel/Boot/CommandLine.h>
|
||||
#include <Kernel/FileSystem/SysFS/Component.h>
|
||||
#include <Kernel/FileSystem/SysFS/Subsystems/Kernel/Constants/ConstantInformation.h>
|
||||
#include <Kernel/FileSystem/SysFS/Subsystems/Kernel/Constants/Directory.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue