From 11f4cf9e4cd0c3f62c34749cae61420f09eb1a79 Mon Sep 17 00:00:00 2001 From: Ken Lautner Date: Fri, 20 Oct 2023 11:24:53 -0700 Subject: [PATCH] Fixed header file issue in StandaloneMmPeCoffExtraActionLib.c --- .../AArch64/StandaloneMmPeCoffExtraActionLib.c | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/StandaloneMmPkg/Library/StandaloneMmPeCoffExtraActionLib/AArch64/StandaloneMmPeCoffExtraActionLib.c b/StandaloneMmPkg/Library/StandaloneMmPeCoffExtraActionLib/AArch64/StandaloneMmPeCoffExtraActionLib.c index b871263c4ab..f4ef87e9083 100644 --- a/StandaloneMmPkg/Library/StandaloneMmPeCoffExtraActionLib/AArch64/StandaloneMmPeCoffExtraActionLib.c +++ b/StandaloneMmPkg/Library/StandaloneMmPeCoffExtraActionLib/AArch64/StandaloneMmPeCoffExtraActionLib.c @@ -10,17 +10,16 @@ SPDX-License-Identifier: BSD-2-Clause-Patent #include -// MU_CHANGE [BEGIN] -// #include -#include -// MU_CHANGE [END] #include #include #include #include #include #include -#include +// MU_CHANGE [BEGIN] +// #include +#include +// MU_CHANGE [END] typedef RETURN_STATUS (*REGION_PERMISSION_UPDATE_FUNC) ( IN EFI_PHYSICAL_ADDRESS BaseAddress,