diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-12-02 16:12:12 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-12-02 16:12:12 -0500 |
| commit | b0a41001efe099f0c0bb9d16d64a81f7425edc8c (patch) | |
| tree | 8f53fef512789b75c6ee80d3b240a635c071fa22 /src/boot | |
| parent | 14180e1e4e94da21a355aa9dd7cbc5f1ac2f713c (diff) | |
| parent | 825b4f09ca6f551551c4f3be5d72517eab504860 (diff) | |
Merge pull request #101 from nekernel-org/develop
chore: new Kernel APIs.
Diffstat (limited to 'src/boot')
| -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 |
