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 #include "Platform.h"