mirror of
https://github.com/RGBCube/serenity
synced 2025-07-02 22:52:07 +00:00
Kernel/Storage: Move Ramdisk code into a separate subdirectory
This commit is contained in:
parent
f5acef0b81
commit
462618b68c
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