From 7b8f6b0644e16614ebb07983ff2e8809581f8350 Mon Sep 17 00:00:00 2001 From: Amlal Date: Wed, 17 Jul 2024 16:31:17 +0200 Subject: [IMP] Move support header to BootKit. Signed-off-by: Amlal --- Boot/Sources/HEL/AMD64/Support.cxx | 2 +- Boot/Sources/ProgramLoader.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'Boot/Sources') 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 #include #include -#include +#include #include #include 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 -#include +#include #include #include -- cgit v1.2.3