From 60c93673b3189b7a48acdb5c300f4ee3546ffb85 Mon Sep 17 00:00:00 2001 From: lgao4 Date: Sat, 30 Aug 2008 14:09:38 +0000 Subject: The driver and library in MdePkg, MdeModulePkg and Nt32Pkg that don't depend on PI spec should include Uefi.h not PiDxe.h. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5758 6f19259b-4bc3-4df7-8a09-765794883524 --- Nt32Pkg/MetronomeDxe/Metronome.h | 2 +- Nt32Pkg/RealTimeClockRuntimeDxe/RealTimeClock.c | 2 +- Nt32Pkg/ResetRuntimeDxe/reset.c | 2 +- Nt32Pkg/SnpNt32Dxe/SnpNt32.h | 2 +- Nt32Pkg/TimerDxe/Timer.h | 2 +- Nt32Pkg/WinNtThunkDxe/WinNtThunk.c | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) (limited to 'Nt32Pkg') diff --git a/Nt32Pkg/MetronomeDxe/Metronome.h b/Nt32Pkg/MetronomeDxe/Metronome.h index c2d4955d2e..22fa9abb5b 100644 --- a/Nt32Pkg/MetronomeDxe/Metronome.h +++ b/Nt32Pkg/MetronomeDxe/Metronome.h @@ -22,7 +22,7 @@ Abstract: #ifndef _NT_THUNK_METRONOME_H_ #define _NT_THUNK_METRONOME_H_ -#include +#include #include #include #include diff --git a/Nt32Pkg/RealTimeClockRuntimeDxe/RealTimeClock.c b/Nt32Pkg/RealTimeClockRuntimeDxe/RealTimeClock.c index 17e657c792..647acb1d4f 100644 --- a/Nt32Pkg/RealTimeClockRuntimeDxe/RealTimeClock.c +++ b/Nt32Pkg/RealTimeClockRuntimeDxe/RealTimeClock.c @@ -19,7 +19,7 @@ Abstract: **/ -#include +#include #include #include #include diff --git a/Nt32Pkg/ResetRuntimeDxe/reset.c b/Nt32Pkg/ResetRuntimeDxe/reset.c index 0ee9a4e846..9a19b5664c 100644 --- a/Nt32Pkg/ResetRuntimeDxe/reset.c +++ b/Nt32Pkg/ResetRuntimeDxe/reset.c @@ -19,7 +19,7 @@ Abstract: **/ -#include +#include #include #include #include diff --git a/Nt32Pkg/SnpNt32Dxe/SnpNt32.h b/Nt32Pkg/SnpNt32Dxe/SnpNt32.h index 7769bbf295..0c13562138 100644 --- a/Nt32Pkg/SnpNt32Dxe/SnpNt32.h +++ b/Nt32Pkg/SnpNt32Dxe/SnpNt32.h @@ -20,7 +20,7 @@ Abstract: #ifndef _SNP_NT32_H_ #define _SNP_NT32_H_ -#include +#include #include #include diff --git a/Nt32Pkg/TimerDxe/Timer.h b/Nt32Pkg/TimerDxe/Timer.h index fd680b1613..3b7312bd24 100644 --- a/Nt32Pkg/TimerDxe/Timer.h +++ b/Nt32Pkg/TimerDxe/Timer.h @@ -25,7 +25,7 @@ Abstract: #define _TIMER_H_ -#include +#include #include #include #include diff --git a/Nt32Pkg/WinNtThunkDxe/WinNtThunk.c b/Nt32Pkg/WinNtThunkDxe/WinNtThunk.c index c396f9db4d..1aa491a83a 100644 --- a/Nt32Pkg/WinNtThunkDxe/WinNtThunk.c +++ b/Nt32Pkg/WinNtThunkDxe/WinNtThunk.c @@ -29,7 +29,7 @@ Abstract: // // The package level header files this module uses // -#include +#include #include // // The protocols, PPI and GUID defintions for this module -- cgit v1.2.3