mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 12:19:54 +00:00
Kernel/Storage: Move Ramdisk code into a separate subdirectory
This commit is contained in:
parent
f5acef0b81
commit
462618b68c
Notes:
sideshowbarker
2024-07-17 17:07:18 +09:00
Author: https://github.com/supercomputer7
Commit: 462618b68c
Pull-request: https://github.com/SerenityOS/serenity/pull/13129
6 changed files with 7 additions and 7 deletions
|
@ -23,7 +23,7 @@
|
|||
#include <Kernel/Storage/Partition/EBRPartitionTable.h>
|
||||
#include <Kernel/Storage/Partition/GUIDPartitionTable.h>
|
||||
#include <Kernel/Storage/Partition/MBRPartitionTable.h>
|
||||
#include <Kernel/Storage/RamdiskController.h>
|
||||
#include <Kernel/Storage/Ramdisk/Controller.h>
|
||||
#include <Kernel/Storage/StorageManagement.h>
|
||||
|
||||
namespace Kernel {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue