summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Library/GraphicsLib/Graphics.c
diff options
context:
space:
mode:
authorqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>2008-10-14 15:34:00 +0000
committerqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>2008-10-14 15:34:00 +0000
commit190344219aabd6ea3c0cd095dcb1c5120eaa576d (patch)
treef4f78108923c36088d63d3fe6ecf85f34d2650e0 /MdeModulePkg/Library/GraphicsLib/Graphics.c
parent0b94e31981fde83116598dc7a2c8a346d46fd3cf (diff)
downloadedk2-platforms-190344219aabd6ea3c0cd095dcb1c5120eaa576d.tar.xz
Remove the unnecessary include, such as PiDxe.h, PiPei.h, Base.h and Uefi.h in header file. The module should include these files before include the Protocol/Ppi/Guid/Library header files.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6111 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Library/GraphicsLib/Graphics.c')
-rw-r--r--MdeModulePkg/Library/GraphicsLib/Graphics.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/MdeModulePkg/Library/GraphicsLib/Graphics.c b/MdeModulePkg/Library/GraphicsLib/Graphics.c
index 80149b70af..75aa91dc6c 100644
--- a/MdeModulePkg/Library/GraphicsLib/Graphics.c
+++ b/MdeModulePkg/Library/GraphicsLib/Graphics.c
@@ -16,7 +16,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
**/
-#include <Uefi.h>
+#include <PiDxe.h>
#include <Protocol/SimpleTextOut.h>
#include <Protocol/OEMBadging.h>