diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-12-02 15:57:26 -0500 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-12-02 15:57:26 -0500 |
| commit | 825b4f09ca6f551551c4f3be5d72517eab504860 (patch) | |
| tree | 8f53fef512789b75c6ee80d3b240a635c071fa22 /src/boot/BootKit | |
| parent | 28eafc395f1e6e2cb195403f28f896ad00984746 (diff) | |
chore: new Kernel API for KString, ArrayList and ErrorOr.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'src/boot/BootKit')
| -rw-r--r-- | src/boot/BootKit/Qr.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/boot/BootKit/Qr.h b/src/boot/BootKit/Qr.h index ab4696cc..a07e03c9 100644 --- a/src/boot/BootKit/Qr.h +++ b/src/boot/BootKit/Qr.h @@ -1,12 +1,12 @@ #ifndef QR_H #define QR_H +#include <BootKit/QrPrelude.h> #include <BootKit/Shared/base.h> #include <BootKit/Shared/bit.h> -#include <NeKit/KernelPanic.h> -#include <BootKit/QrPrelude.h> #include <BootKit/Support.h> #include <CompilerKit/Detail.h> +#include <NeKit/KernelPanic.h> #include <modules/CoreGfx/CoreGfx.h> /// @note the QR code is still code 128, it utilizes the same concept of having it's own character |
