From: Laszlo Ersek Date: Thu, 1 Mar 2018 16:52:37 +0000 (+0100) Subject: OvmfPkg/PlatformPei: sort #includes in "AmdSev.c" X-Git-Tag: edk2-stable201903~2255 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=6d576e7ac430bf7aa68efef55bd2e07908633462 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 --- 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"