diff options
author | qhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-03-02 06:10:54 +0000 |
---|---|---|
committer | qhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-03-02 06:10:54 +0000 |
commit | fb0b55f61e8d9797fe00d5c98770ecee2b1f7bf1 (patch) | |
tree | afa2479919d7a78b8aca278e5c8a69942ffd6638 /UnixPkg/Library/UnixBdsLib/BdsPlatform.h | |
parent | 9bc2425a6f322f7937fd0e800e3f7bdba981e348 (diff) | |
download | edk2-platforms-fb0b55f61e8d9797fe00d5c98770ecee2b1f7bf1.tar.xz |
remove Bmp.h and ShellFile.h From MdeModulePkg to IntelFrameworkPkg
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7759 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'UnixPkg/Library/UnixBdsLib/BdsPlatform.h')
-rw-r--r-- | UnixPkg/Library/UnixBdsLib/BdsPlatform.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/UnixPkg/Library/UnixBdsLib/BdsPlatform.h b/UnixPkg/Library/UnixBdsLib/BdsPlatform.h index 39d28b83a3..61f7a1f8b1 100644 --- a/UnixPkg/Library/UnixBdsLib/BdsPlatform.h +++ b/UnixPkg/Library/UnixBdsLib/BdsPlatform.h @@ -37,7 +37,7 @@ Abstract: #include <Protocol/UnixThunk.h>
#include <Protocol/UnixIo.h>
-#include <Guid/Bmp.h>
+#include <Guid/Logo.h>
#include <Guid/UnixSystemConfig.h>
extern BDS_CONSOLE_CONNECT_ENTRY gPlatformConsole[];
|