From 82096802e5d87c53dcd3f15f6f4fe561fb8c42f1 Mon Sep 17 00:00:00 2001 From: klu2 Date: Fri, 27 Jul 2007 03:32:41 +0000 Subject: [PATCH] Change Commonheader file to IfrSupportLibInternal.h git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3472 6f19259b-4bc3-4df7-8a09-765794883524 --- IntelFrameworkPkg/Library/IfrSupportLibFramework/IfrCommon.c | 2 +- IntelFrameworkPkg/Library/IfrSupportLibFramework/IfrOnTheFly.c | 2 +- .../Library/IfrSupportLibFramework/IfrOpCodeCreation.c | 2 +- IntelFrameworkPkg/Library/IfrSupportLibFramework/IfrVariable.c | 2 +- 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 ( -- 2.39.2