diff options
author | bxing <bxing@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-07-04 12:13:24 +0000 |
---|---|---|
committer | bxing <bxing@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-07-04 12:13:24 +0000 |
commit | 694b922c0b238c7e358bd48ddbd835fd48a29f33 (patch) | |
tree | 2220401db85d5cfc4e0b24b1195501adccbe45b9 /Nt32Pkg | |
parent | 297ce0faf35e99caac824858cf4a238fbc7f8c83 (diff) | |
download | edk2-platforms-694b922c0b238c7e358bd48ddbd835fd48a29f33.tar.xz |
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')
-rw-r--r-- | Nt32Pkg/CpuRuntimeDxe/CommonHeader.h | 4 |
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>
|