aboutsummaryrefslogtreecommitdiff
path: root/kernel/src/memory/bitmap_allocator.tests.cpp
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@ost.ch>2026-04-23 13:31:17 +0200
committerFelix Morgner <felix.morgner@ost.ch>2026-04-23 13:31:17 +0200
commit2d8fed40bd0d0f8144783b6b344dc79944291b72 (patch)
tree81e8f29078723e807ad6b32391a884136ec6dd14 /kernel/src/memory/bitmap_allocator.tests.cpp
parentdec3c3b0387ec477125db21e741bc492d3475db5 (diff)
downloadteachos-2d8fed40bd0d0f8144783b6b344dc79944291b72.tar.xz
teachos-2d8fed40bd0d0f8144783b6b344dc79944291b72.zip
chore: organize includes
Diffstat (limited to 'kernel/src/memory/bitmap_allocator.tests.cpp')
-rw-r--r--kernel/src/memory/bitmap_allocator.tests.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel/src/memory/bitmap_allocator.tests.cpp b/kernel/src/memory/bitmap_allocator.tests.cpp
index 56ec0a4..eff6d85 100644
--- a/kernel/src/memory/bitmap_allocator.tests.cpp
+++ b/kernel/src/memory/bitmap_allocator.tests.cpp
@@ -4,7 +4,6 @@
#include "catch2/matchers/catch_matchers.hpp"
#include "catch2/matchers/catch_matchers_range_equals.hpp"
-
#include <catch2/catch_test_macros.hpp>
#include <cstdint>