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/kstd | |
| parent | cdb8a0928ddfe626a1ac0acd1ae63bc8e5b77355 (diff) | |
| download | kernel-47b935e2c85a794d60c22e8d96f53c0a2d364977.tar.xz kernel-47b935e2c85a794d60c22e8d96f53c0a2d364977.zip | |
kstd: rename kstd header to include hpp
Diffstat (limited to 'kernel/kstd')
| -rw-r--r-- | kernel/kstd/print.cpp | 4 | ||||
| -rw-r--r-- | kernel/kstd/print.tests.cpp | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/kernel/kstd/print.cpp b/kernel/kstd/print.cpp index d0611b21..cff1ea34 100644 --- a/kernel/kstd/print.cpp +++ b/kernel/kstd/print.cpp @@ -3,8 +3,8 @@ #include <kapi/cio.hpp> #include <kstd/bits/format/output_buffer.hpp> -#include <kstd/format> -#include <kstd/print> +#include <kstd/format.hpp> +#include <kstd/print.hpp> #include <algorithm> #include <array> diff --git a/kernel/kstd/print.tests.cpp b/kernel/kstd/print.tests.cpp index 4963f46e..a8c4ae25 100644 --- a/kernel/kstd/print.tests.cpp +++ b/kernel/kstd/print.tests.cpp @@ -1,4 +1,4 @@ -#include <kstd/print> +#include <kstd/print.hpp> #include <kernel/test_support/cio.hpp> |
