diff options
Diffstat (limited to 'IntelFrameworkPkg/Library/IfrSupportLibFramework/CommonHeader.h')
-rw-r--r-- | IntelFrameworkPkg/Library/IfrSupportLibFramework/CommonHeader.h | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/IntelFrameworkPkg/Library/IfrSupportLibFramework/CommonHeader.h b/IntelFrameworkPkg/Library/IfrSupportLibFramework/CommonHeader.h index c575777a5a..064b2ceb65 100644 --- a/IntelFrameworkPkg/Library/IfrSupportLibFramework/CommonHeader.h +++ b/IntelFrameworkPkg/Library/IfrSupportLibFramework/CommonHeader.h @@ -16,18 +16,12 @@ #define __COMMON_HEADER_H_
-//
-// The package level header files this module uses
-//
+
#include <PiDxe.h>
-//
-// The protocols, PPI and GUID defintions for this module
-//
+
#include <Guid/GlobalVariable.h>
#include <Protocol/HiiFramework.h>
-//
-// The Library classes this module consumes
-//
+
#include <Library/IfrSupportLibFramework.h>
#include <Library/DebugLib.h>
#include <Library/BaseLib.h>
|