diff options
author | mdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-06-04 18:57:44 +0000 |
---|---|---|
committer | mdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-06-04 18:57:44 +0000 |
commit | 68167fed0e4ecb5393a3f036d14c438f65c85f80 (patch) | |
tree | 3d166e0c4b86a617cb3203a357bab5672f7bdfc7 /MdePkg/Include/Library/DxeServicesLib.h | |
parent | 1a2f870c9babe077c2d3abea23b6e8e044778341 (diff) | |
download | edk2-platforms-68167fed0e4ecb5393a3f036d14c438f65c85f80.tar.xz |
Fix build breaks from comment clean up checkin
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8468 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include/Library/DxeServicesLib.h')
-rw-r--r-- | MdePkg/Include/Library/DxeServicesLib.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/MdePkg/Include/Library/DxeServicesLib.h b/MdePkg/Include/Library/DxeServicesLib.h index 23a8bed3f2..898793398f 100644 --- a/MdePkg/Include/Library/DxeServicesLib.h +++ b/MdePkg/Include/Library/DxeServicesLib.h @@ -13,11 +13,8 @@ **/
-#ifndef __PI_LIB_H__
-#define __PI_LIB_H__
-
-#include <Pi/PiFirmwareFile.h>
-
+#ifndef __DXE_SERVICES_LIB_H__
+#define __DXE_SERVICES_LIB_H__
/**
Searches all the available firmware volumes and returns the first matching FFS section.
|