From: qwang12 Date: Mon, 2 Jul 2007 09:10:08 +0000 (+0000) Subject: Rename Protocol/FormCallback.h to Protocol/FormCallbackFramework.h to follow the... X-Git-Tag: edk2-stable201903~23005 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=3cf8274e8b7307c1e924fe444baf38216b1773e1 Rename Protocol/FormCallback.h to Protocol/FormCallbackFramework.h to follow the naming convention. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2950 6f19259b-4bc3-4df7-8a09-765794883524 --- diff --git a/IntelFrameworkModulePkg/Universal/DriverSampleDxe/CommonHeader.h b/IntelFrameworkModulePkg/Universal/DriverSampleDxe/CommonHeader.h index 2594437437..e6af6a2461 100644 --- a/IntelFrameworkModulePkg/Universal/DriverSampleDxe/CommonHeader.h +++ b/IntelFrameworkModulePkg/Universal/DriverSampleDxe/CommonHeader.h @@ -23,7 +23,7 @@ // // The protocols, PPI and GUID defintions for this module // -#include +#include #include // // The Library classes this module consumes diff --git a/IntelFrameworkModulePkg/Universal/HiiDataBaseDxe/CommonHeader.h b/IntelFrameworkModulePkg/Universal/HiiDataBaseDxe/CommonHeader.h index a6703c8c72..f318a4d05e 100644 --- a/IntelFrameworkModulePkg/Universal/HiiDataBaseDxe/CommonHeader.h +++ b/IntelFrameworkModulePkg/Universal/HiiDataBaseDxe/CommonHeader.h @@ -24,7 +24,7 @@ // The protocols, PPI and GUID defintions for this module // #include -#include +#include #include // // The Library classes this module consumes diff --git a/IntelFrameworkModulePkg/Universal/SetupBrowserDxe/CommonHeader.h b/IntelFrameworkModulePkg/Universal/SetupBrowserDxe/CommonHeader.h index 4821506d7d..bb021553d5 100644 --- a/IntelFrameworkModulePkg/Universal/SetupBrowserDxe/CommonHeader.h +++ b/IntelFrameworkModulePkg/Universal/SetupBrowserDxe/CommonHeader.h @@ -23,7 +23,7 @@ // // The protocols, PPI and GUID defintions for this module // -#include +#include #include #include #include