diff options
author | lgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-10-09 01:12:34 +0000 |
---|---|---|
committer | lgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-10-09 01:12:34 +0000 |
commit | 3909993808a3d1dd6432bde1cb186e759e8db78d (patch) | |
tree | 22f5852b751d6aebe097177781e67042bb9dccfb /MdePkg/Include/Protocol/SimpleTextOut.h | |
parent | 0856e61e187dab498d7aae627ee941c0ff1146da (diff) | |
download | edk2-3909993808a3d1dd6432bde1cb186e759e8db78d.tar.gz |
Remove the package header files PiDxe.h/PiPei.h/Uefi.h included by Protocol/Ppi/Guid header file
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6087 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include/Protocol/SimpleTextOut.h')
-rw-r--r-- | MdePkg/Include/Protocol/SimpleTextOut.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/MdePkg/Include/Protocol/SimpleTextOut.h b/MdePkg/Include/Protocol/SimpleTextOut.h index 607d0609a8..2ab3fc4645 100644 --- a/MdePkg/Include/Protocol/SimpleTextOut.h +++ b/MdePkg/Include/Protocol/SimpleTextOut.h @@ -20,8 +20,6 @@ #ifndef __SIMPLE_TEXT_OUT_H__
#define __SIMPLE_TEXT_OUT_H__
-#include <PiDxe.h>
-
#define EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL_GUID \
{ \
0x387477c2, 0x69c7, 0x11d2, {0x8e, 0x39, 0x0, 0xa0, 0xc9, 0x69, 0x72, 0x3b } \
|