summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Library/DxeDpcLib
diff options
context:
space:
mode:
authorywu21 <ywu21@6f19259b-4bc3-4df7-8a09-765794883524>2008-12-24 13:52:48 +0000
committerywu21 <ywu21@6f19259b-4bc3-4df7-8a09-765794883524>2008-12-24 13:52:48 +0000
commit9fbc74499e606d93105d12b91031b69949fd3aec (patch)
tree4bedecd358eacd0064a8026e52a09a97413867e3 /MdeModulePkg/Library/DxeDpcLib
parent2d0eeb366b55ca8c34b5fb7d5487eb824d160479 (diff)
downloadedk2-platforms-9fbc74499e606d93105d12b91031b69949fd3aec.tar.xz
Pure UEFI code should not include “PiDxe.h” & “PiPei.h”
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7116 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Library/DxeDpcLib')
-rw-r--r--MdeModulePkg/Library/DxeDpcLib/DpcLib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/MdeModulePkg/Library/DxeDpcLib/DpcLib.c b/MdeModulePkg/Library/DxeDpcLib/DpcLib.c
index 7ee9084a00..41f54276d6 100644
--- a/MdeModulePkg/Library/DxeDpcLib/DpcLib.c
+++ b/MdeModulePkg/Library/DxeDpcLib/DpcLib.c
@@ -11,7 +11,7 @@ THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
**/
-#include <PiDxe.h>
+#include <Uefi.h>
#include <Library/DebugLib.h>
#include <Library/UefiBootServicesTableLib.h>
#include <Protocol/Dpc.h>