diff options
Diffstat (limited to 'IntelFrameworkPkg')
4 files changed, 4 insertions, 4 deletions
diff --git a/IntelFrameworkPkg/Library/IfrSupportLibFramework/IfrCommon.c b/IntelFrameworkPkg/Library/IfrSupportLibFramework/IfrCommon.c index 69764f7..d9894c4 100644 --- a/IntelFrameworkPkg/Library/IfrSupportLibFramework/IfrCommon.c +++ b/IntelFrameworkPkg/Library/IfrSupportLibFramework/IfrCommon.c @@ -22,7 +22,7 @@ Revision History: //
// Include common header file for this module.
//
-#include "CommonHeader.h"
+#include "IfrSupportLibInternal.h"
EFI_STATUS
EFIAPI
diff --git a/IntelFrameworkPkg/Library/IfrSupportLibFramework/IfrOnTheFly.c b/IntelFrameworkPkg/Library/IfrSupportLibFramework/IfrOnTheFly.c index ee99bfa..e9ab482 100644 --- a/IntelFrameworkPkg/Library/IfrSupportLibFramework/IfrOnTheFly.c +++ b/IntelFrameworkPkg/Library/IfrSupportLibFramework/IfrOnTheFly.c @@ -22,7 +22,7 @@ Revision History: //
// Include common header file for this module.
//
-#include "CommonHeader.h"
+#include "IfrSupportLibInternal.h"
EFI_STATUS
CreateFormSet (
diff --git a/IntelFrameworkPkg/Library/IfrSupportLibFramework/IfrOpCodeCreation.c b/IntelFrameworkPkg/Library/IfrSupportLibFramework/IfrOpCodeCreation.c index 7bcb453..05b1238 100644 --- a/IntelFrameworkPkg/Library/IfrSupportLibFramework/IfrOpCodeCreation.c +++ b/IntelFrameworkPkg/Library/IfrSupportLibFramework/IfrOpCodeCreation.c @@ -23,7 +23,7 @@ Revision History: //
// Include common header file for this module.
//
-#include "CommonHeader.h"
+#include "IfrSupportLibInternal.h"
EFI_STATUS
CreateSubTitleOpCode (
diff --git a/IntelFrameworkPkg/Library/IfrSupportLibFramework/IfrVariable.c b/IntelFrameworkPkg/Library/IfrSupportLibFramework/IfrVariable.c index e48adbd..04aa4dc 100644 --- a/IntelFrameworkPkg/Library/IfrSupportLibFramework/IfrVariable.c +++ b/IntelFrameworkPkg/Library/IfrSupportLibFramework/IfrVariable.c @@ -20,7 +20,7 @@ Abstract: //
// Include common header file for this module.
//
-#include "CommonHeader.h"
+#include "IfrSupportLibInternal.h"
VOID
EfiLibHiiVariablePackGetMap (
|