diff options
| author | Lukas Oesch <lukasoesch20@gmail.com> | 2026-03-03 10:37:53 +0100 |
|---|---|---|
| committer | Lukas Oesch <lukasoesch20@gmail.com> | 2026-03-17 16:42:32 +0100 |
| commit | 14d06ffce75625c8cd0cfa705d33c410fc934937 (patch) | |
| tree | d4eb8373304d06dfde0e344f42f5438eb725338f /kernel/devices/include | |
| parent | a8ebcdb0d16fe224d8f05577ea367864cb2fa9c2 (diff) | |
| download | teachos-14d06ffce75625c8cd0cfa705d33c410fc934937.tar.xz teachos-14d06ffce75625c8cd0cfa705d33c410fc934937.zip | |
fix build, refactoring
Diffstat (limited to 'kernel/devices/include')
| -rw-r--r-- | kernel/devices/include/devices/storage/RAMDisk/RAMDiskController.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel/devices/include/devices/storage/RAMDisk/RAMDiskController.hpp b/kernel/devices/include/devices/storage/RAMDisk/RAMDiskController.hpp index 699c547..3e6e2bd 100644 --- a/kernel/devices/include/devices/storage/RAMDisk/RAMDiskController.hpp +++ b/kernel/devices/include/devices/storage/RAMDisk/RAMDiskController.hpp @@ -1,7 +1,6 @@ #ifndef TEACH_OS_KERNEL_DEVICES_STORAGE_RAM_DISK_CONTROLLER_HPP #define TEACH_OS_KERNEL_DEVICES_STORAGE_RAM_DISK_CONTROLLER_HPP -#include "kapi/boot_module/boot_module.hpp" #include "kapi/boot_module/boot_module_registry.hpp" #include "devices/BlockDevice.hpp" |
