X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=IntelFrameworkPkg%2FLibrary%2FDxeReportStatusCodeLibFramework%2FReportStatusCodeLib.c;h=e2f9d5fa476964709683c920c0dc913038225fb3;hp=270966a884e3fbee90ca50f26991358b62db86d3;hb=694363f8f8a23920a0a21339ed2c59043b92de55;hpb=79964ac84ea0ca6c68d0dea38245fa83ff1945d1 diff --git a/IntelFrameworkPkg/Library/DxeReportStatusCodeLibFramework/ReportStatusCodeLib.c b/IntelFrameworkPkg/Library/DxeReportStatusCodeLibFramework/ReportStatusCodeLib.c index 270966a884..e2f9d5fa47 100644 --- a/IntelFrameworkPkg/Library/DxeReportStatusCodeLibFramework/ReportStatusCodeLib.c +++ b/IntelFrameworkPkg/Library/DxeReportStatusCodeLibFramework/ReportStatusCodeLib.c @@ -12,16 +12,26 @@ **/ -#include +// +// The package level header files this module uses +// +#include +// +// The protocols, PPI and GUID defintions for this module +// +#include +#include +// +// The Library classes this module consumes +// +#include #include #include -#include #include #include #include -#include +#include -#include /** Internal worker function that reports a status code through the Status Code Protocol