diff options
| author | Amlal <amlal@zka.com> | 2024-07-17 16:31:17 +0200 |
|---|---|---|
| committer | Amlal <amlal@zka.com> | 2024-07-17 16:31:17 +0200 |
| commit | 7b8f6b0644e16614ebb07983ff2e8809581f8350 (patch) | |
| tree | 3375b0f89110522b50f977cde9b7419fee4b71f3 /Boot/Sources | |
| parent | 9e9a4f09ae2ea33ffc12855071753a987a6b798d (diff) | |
[IMP] Move support header to BootKit.
Signed-off-by: Amlal <amlal@zka.com>
Diffstat (limited to 'Boot/Sources')
| -rw-r--r-- | Boot/Sources/HEL/AMD64/Support.cxx | 2 | ||||
| -rw-r--r-- | Boot/Sources/ProgramLoader.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Boot/Sources/HEL/AMD64/Support.cxx b/Boot/Sources/HEL/AMD64/Support.cxx index 2c26bc27..a2ac6394 100644 --- a/Boot/Sources/HEL/AMD64/Support.cxx +++ b/Boot/Sources/HEL/AMD64/Support.cxx @@ -8,7 +8,7 @@ #include <FirmwareKit/EFI/API.hxx> #include <FirmwareKit/EFI/EFI.hxx> #include <FirmwareKit/Handover.hxx> -#include <BootKit/Vendor/Support.hxx> +#include <BootKit/Support.hxx> #include <KernelKit/MSDOS.hxx> #include <KernelKit/PE.hxx> diff --git a/Boot/Sources/ProgramLoader.cxx b/Boot/Sources/ProgramLoader.cxx index b88f4384..88e2f14a 100644 --- a/Boot/Sources/ProgramLoader.cxx +++ b/Boot/Sources/ProgramLoader.cxx @@ -5,7 +5,7 @@ ------------------------------------------- */ #include <BootKit/ProgramLoader.hxx> -#include <BootKit/Vendor/Support.hxx> +#include <BootKit/Support.hxx> #include <BootKit/BootKit.hxx> #include <KernelKit/PEF.hpp> |
