aboutsummaryrefslogtreecommitdiff
path: root/kernel/kapi/devices.cpp
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@ost.ch>2026-07-09 13:55:03 +0200
committerFelix Morgner <felix.morgner@ost.ch>2026-07-09 13:55:03 +0200
commit47b935e2c85a794d60c22e8d96f53c0a2d364977 (patch)
tree1ff0b98b1391905a31ac1539ff1a0da509a90b7a /kernel/kapi/devices.cpp
parentcdb8a0928ddfe626a1ac0acd1ae63bc8e5b77355 (diff)
downloadkernel-47b935e2c85a794d60c22e8d96f53c0a2d364977.tar.xz
kernel-47b935e2c85a794d60c22e8d96f53c0a2d364977.zip
kstd: rename kstd header to include hpp
Diffstat (limited to 'kernel/kapi/devices.cpp')
-rw-r--r--kernel/kapi/devices.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/kernel/kapi/devices.cpp b/kernel/kapi/devices.cpp
index 572227e6..577a8898 100644
--- a/kernel/kapi/devices.cpp
+++ b/kernel/kapi/devices.cpp
@@ -4,9 +4,9 @@
#include <kapi/system.hpp>
-#include <kstd/flat_map>
-#include <kstd/memory>
-#include <kstd/print>
+#include <kstd/flat_map.hpp>
+#include <kstd/memory.hpp>
+#include <kstd/print.hpp>
#include <atomic>
#include <cstddef>