diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-06-08 17:22:38 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-06-08 17:22:38 +0200 |
| commit | 9679f4d8676cb72feb80d95bca6ce26965f40042 (patch) | |
| tree | 40e7a667681d3d9a3b9a3cdc303479222b058387 /Kernel/Sources | |
| parent | 00861fe008e33e6be0f538191683169f72e1f54f (diff) | |
MHR-23: GX builtin.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'Kernel/Sources')
| -rw-r--r-- | Kernel/Sources/AppMain.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Kernel/Sources/AppMain.cxx b/Kernel/Sources/AppMain.cxx index 41619673..b06d8460 100644 --- a/Kernel/Sources/AppMain.cxx +++ b/Kernel/Sources/AppMain.cxx @@ -8,7 +8,7 @@ ------------------------------------------- */ #include <ArchKit/ArchKit.hpp> -#include <Builtins/Toolbox/Toolbox.hxx> +#include <Builtins/GX/GX> #include <CompilerKit/Detail.hxx> #include <FirmwareKit/Handover.hxx> #include <KernelKit/FileManager.hpp> |
