From 6d576e7ac430bf7aa68efef55bd2e07908633462 Mon Sep 17 00:00:00 2001 From: Laszlo Ersek Date: Thu, 1 Mar 2018 17:52:37 +0100 Subject: [PATCH] OvmfPkg/PlatformPei: sort #includes in "AmdSev.c" No functional changes. Cc: Ard Biesheuvel Cc: Brijesh Singh Cc: Jordan Justen Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Laszlo Ersek Tested-by: Brijesh Singh Reviewed-by: Brijesh Singh --- OvmfPkg/PlatformPei/AmdSev.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/OvmfPkg/PlatformPei/AmdSev.c b/OvmfPkg/PlatformPei/AmdSev.c index ad31b69fb0..1509f260fb 100644 --- a/OvmfPkg/PlatformPei/AmdSev.c +++ b/OvmfPkg/PlatformPei/AmdSev.c @@ -15,13 +15,12 @@ // // The package level header files this module uses // -#include - #include +#include #include -#include +#include #include -#include +#include #include "Platform.h" -- 2.39.2