summaryrefslogtreecommitdiffstats
path: root/MdePkg/Library/UefiLib/UefiLibInternal.h
diff options
context:
space:
mode:
authorqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>2008-12-01 14:40:23 +0000
committerqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>2008-12-01 14:40:23 +0000
commitc8cc44c4b29fbb9c009420d5b724792b3cc08674 (patch)
tree0d5e91d6d2d7214e3e18c01bb339f8ae212601d8 /MdePkg/Library/UefiLib/UefiLibInternal.h
parentff7630cc702def05b60ce4fcc96495a04e4edb83 (diff)
downloadedk2-c8cc44c4b29fbb9c009420d5b724792b3cc08674.tar.gz
edk2-c8cc44c4b29fbb9c009420d5b724792b3cc08674.tar.bz2
edk2-c8cc44c4b29fbb9c009420d5b724792b3cc08674.zip
Remove several over-specific issues.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6796 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Library/UefiLib/UefiLibInternal.h')
-rw-r--r--MdePkg/Library/UefiLib/UefiLibInternal.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/MdePkg/Library/UefiLib/UefiLibInternal.h b/MdePkg/Library/UefiLib/UefiLibInternal.h
index 14478cf934..a1e3d41f91 100644
--- a/MdePkg/Library/UefiLib/UefiLibInternal.h
+++ b/MdePkg/Library/UefiLib/UefiLibInternal.h
@@ -19,6 +19,7 @@
#include <Protocol/ComponentName.h>
#include <Protocol/ComponentName2.h>
#include <Protocol/DriverConfiguration.h>
+#include <Protocol/DriverConfiguration2.h>
#include <Protocol/DriverDiagnostics.h>
#include <Protocol/DriverDiagnostics2.h>
#include <Protocol/LoadedImage.h>
@@ -28,10 +29,8 @@
#include <Guid/EventGroup.h>
#include <Guid/EventLegacyBios.h>
-#include <Guid/GlobalVariable.h>
#include <Library/UefiLib.h>
#include <Library/UefiBootServicesTableLib.h>
-#include <Library/UefiRuntimeServicesTableLib.h>
#include <Library/BaseLib.h>
#include <Library/BaseMemoryLib.h>
#include <Library/DebugLib.h>