summaryrefslogtreecommitdiffhomepage
path: root/Boot/Sources/HEL
diff options
context:
space:
mode:
authorAmlal <amlal@zka.com>2024-07-17 16:31:17 +0200
committerAmlal <amlal@zka.com>2024-07-17 16:31:17 +0200
commit7b8f6b0644e16614ebb07983ff2e8809581f8350 (patch)
tree3375b0f89110522b50f977cde9b7419fee4b71f3 /Boot/Sources/HEL
parent9e9a4f09ae2ea33ffc12855071753a987a6b798d (diff)
[IMP] Move support header to BootKit.
Signed-off-by: Amlal <amlal@zka.com>
Diffstat (limited to 'Boot/Sources/HEL')
-rw-r--r--Boot/Sources/HEL/AMD64/Support.cxx2
1 files changed, 1 insertions, 1 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>