diff options
| author | Felix Morgner <felix.morgner@ost.ch> | 2026-07-09 13:55:03 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@ost.ch> | 2026-07-09 13:55:03 +0200 |
| commit | 47b935e2c85a794d60c22e8d96f53c0a2d364977 (patch) | |
| tree | 1ff0b98b1391905a31ac1539ff1a0da509a90b7a /kernel/kapi/devices/bus.cpp | |
| parent | cdb8a0928ddfe626a1ac0acd1ae63bc8e5b77355 (diff) | |
| download | kernel-47b935e2c85a794d60c22e8d96f53c0a2d364977.tar.xz kernel-47b935e2c85a794d60c22e8d96f53c0a2d364977.zip | |
kstd: rename kstd header to include hpp
Diffstat (limited to 'kernel/kapi/devices/bus.cpp')
| -rw-r--r-- | kernel/kapi/devices/bus.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kernel/kapi/devices/bus.cpp b/kernel/kapi/devices/bus.cpp index 59753f79..43310d2b 100644 --- a/kernel/kapi/devices/bus.cpp +++ b/kernel/kapi/devices/bus.cpp @@ -3,10 +3,10 @@ #include <kapi/devices.hpp> #include <kapi/system.hpp> -#include <kstd/memory> -#include <kstd/print> -#include <kstd/string> -#include <kstd/vector> +#include <kstd/memory.hpp> +#include <kstd/print.hpp> +#include <kstd/string.hpp> +#include <kstd/vector.hpp> #include <algorithm> #include <cstddef> |
