summaryrefslogtreecommitdiff
path: root/IntelFrameworkPkg
diff options
context:
space:
mode:
authorklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2007-07-27 03:32:41 +0000
committerklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2007-07-27 03:32:41 +0000
commit82096802e5d87c53dcd3f15f6f4fe561fb8c42f1 (patch)
tree2ca5cada9c41d17cae1269288d065b454f5d10e2 /IntelFrameworkPkg
parentdfe7bb08d9554a42e1d06566517667a98ba65b26 (diff)
downloadedk2-platforms-82096802e5d87c53dcd3f15f6f4fe561fb8c42f1.tar.xz
Change Commonheader file to IfrSupportLibInternal.h
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3472 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'IntelFrameworkPkg')
-rw-r--r--IntelFrameworkPkg/Library/IfrSupportLibFramework/IfrCommon.c2
-rw-r--r--IntelFrameworkPkg/Library/IfrSupportLibFramework/IfrOnTheFly.c2
-rw-r--r--IntelFrameworkPkg/Library/IfrSupportLibFramework/IfrOpCodeCreation.c2
-rw-r--r--IntelFrameworkPkg/Library/IfrSupportLibFramework/IfrVariable.c2
4 files changed, 4 insertions, 4 deletions
diff --git a/IntelFrameworkPkg/Library/IfrSupportLibFramework/IfrCommon.c b/IntelFrameworkPkg/Library/IfrSupportLibFramework/IfrCommon.c
index 69764f7c6e..d9894c4e6c 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 ee99bfafe4..e9ab48246c 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 7bcb453777..05b123887c 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 e48adbd325..04aa4dcd9b 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 (