summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524>2009-05-20 20:07:36 +0000
committermdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524>2009-05-20 20:07:36 +0000
commit17f9a8d429e3a1a5c1fd4587177d6d515dadb72f (patch)
tree52f519c8b37ad1675ce67fd3f5cba4babdc8921b
parentf3989f41b4eea63595e4c4b91c6f2c71041bde1d (diff)
downloadedk2-17f9a8d429e3a1a5c1fd4587177d6d515dadb72f.tar.gz
edk2-17f9a8d429e3a1a5c1fd4587177d6d515dadb72f.tar.bz2
edk2-17f9a8d429e3a1a5c1fd4587177d6d515dadb72f.zip
Update #ifndef to match the name of the include file.
Remove extra #include git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8355 6f19259b-4bc3-4df7-8a09-765794883524
-rw-r--r--MdePkg/Include/Library/DxeServicesLib.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/MdePkg/Include/Library/DxeServicesLib.h b/MdePkg/Include/Library/DxeServicesLib.h
index 67ddc7f681..aea99dec3a 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 availables firmware volumes and returns the first matching FFS section.