diff options
author | qwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-07-02 08:18:26 +0000 |
---|---|---|
committer | qwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-07-02 08:18:26 +0000 |
commit | af162ac5f99064feb8fba3190a7429a71eae7076 (patch) | |
tree | 6afe9762c2f7831c4b983930728a1e99fb87cc99 /Nt32Pkg/CpuRuntimeDxe | |
parent | b5b81475b21830de89bc3eceacaf3802d1e0e1ff (diff) | |
download | edk2-af162ac5f99064feb8fba3190a7429a71eae7076.tar.gz edk2-af162ac5f99064feb8fba3190a7429a71eae7076.tar.bz2 edk2-af162ac5f99064feb8fba3190a7429a71eae7076.zip |
Rename Protocol/FrameworkHii.h to Protocol/HiiFramework.h to follow the naming convention.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2941 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'Nt32Pkg/CpuRuntimeDxe')
-rw-r--r-- | Nt32Pkg/CpuRuntimeDxe/CommonHeader.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Nt32Pkg/CpuRuntimeDxe/CommonHeader.h b/Nt32Pkg/CpuRuntimeDxe/CommonHeader.h index 36f536009b..3d47474599 100644 --- a/Nt32Pkg/CpuRuntimeDxe/CommonHeader.h +++ b/Nt32Pkg/CpuRuntimeDxe/CommonHeader.h @@ -26,7 +26,7 @@ //
#include <Protocol/Cpu.h>
#include <Protocol/DataHub.h>
-#include <Protocol/FrameworkHii.h>
+#include <Protocol/HiiFramework.h>
#include <Common/DataHubRecords.h>
#include <Guid/DataHubRecords.h>
#include <Protocol/CpuIo.h>
|