summaryrefslogtreecommitdiffstats
path: root/Nt32Pkg/CpuRuntimeDxe
diff options
context:
space:
mode:
authorbxing <bxing@6f19259b-4bc3-4df7-8a09-765794883524>2007-07-04 12:13:24 +0000
committerbxing <bxing@6f19259b-4bc3-4df7-8a09-765794883524>2007-07-04 12:13:24 +0000
commit694b922c0b238c7e358bd48ddbd835fd48a29f33 (patch)
tree2220401db85d5cfc4e0b24b1195501adccbe45b9 /Nt32Pkg/CpuRuntimeDxe
parent297ce0faf35e99caac824858cf4a238fbc7f8c83 (diff)
downloadedk2-694b922c0b238c7e358bd48ddbd835fd48a29f33.tar.gz
edk2-694b922c0b238c7e358bd48ddbd835fd48a29f33.tar.bz2
edk2-694b922c0b238c7e358bd48ddbd835fd48a29f33.zip
Corrected uses of IntelFrameworkPkg header files.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3051 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'Nt32Pkg/CpuRuntimeDxe')
-rw-r--r--Nt32Pkg/CpuRuntimeDxe/CommonHeader.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Nt32Pkg/CpuRuntimeDxe/CommonHeader.h b/Nt32Pkg/CpuRuntimeDxe/CommonHeader.h
index 3d47474599..8202791781 100644
--- a/Nt32Pkg/CpuRuntimeDxe/CommonHeader.h
+++ b/Nt32Pkg/CpuRuntimeDxe/CommonHeader.h
@@ -19,15 +19,15 @@
//
// The package level header files this module uses
//
-#include <PiDxe.h>
+#include <FrameworkDxe.h>
#include <WinNtDxe.h>
+
//
// The protocols, PPI and GUID defintions for this module
//
#include <Protocol/Cpu.h>
#include <Protocol/DataHub.h>
#include <Protocol/HiiFramework.h>
-#include <Common/DataHubRecords.h>
#include <Guid/DataHubRecords.h>
#include <Protocol/CpuIo.h>
#include <Protocol/WinNtIo.h>