aboutsummaryrefslogtreecommitdiff
path: root/kernel/src/devices/storage/ram_disk/device.tests.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/src/devices/storage/ram_disk/device.tests.cpp')
-rw-r--r--kernel/src/devices/storage/ram_disk/device.tests.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/kernel/src/devices/storage/ram_disk/device.tests.cpp b/kernel/src/devices/storage/ram_disk/device.tests.cpp
index eacdb04..b475c4b 100644
--- a/kernel/src/devices/storage/ram_disk/device.tests.cpp
+++ b/kernel/src/devices/storage/ram_disk/device.tests.cpp
@@ -3,10 +3,9 @@
#include "kapi/boot_module/boot_module.hpp"
#include "kapi/memory.hpp"
-#include "catch2/matchers/catch_matchers.hpp"
-#include "catch2/matchers/catch_matchers_range_equals.hpp"
-
#include <catch2/catch_test_macros.hpp>
+#include <catch2/matchers/catch_matchers.hpp>
+#include <catch2/matchers/catch_matchers_range_equals.hpp>
#include <cstddef>
#include <ranges>