Remove extra #Include
Remove platform specific capsule action from generic BdsDxe git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8891 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@ -16,7 +16,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
||||
#ifndef __PLATFORM_BDS_LIB_H_
|
||||
#define __PLATFORM_BDS_LIB_H_
|
||||
|
||||
#include <Protocol/Bds.h>
|
||||
#include <Protocol/GenericMemoryTest.h>
|
||||
#include <Library/GenericBdsLib.h>
|
||||
|
||||
@ -77,7 +76,7 @@ PlatformBdsBootFail (
|
||||
VOID
|
||||
EFIAPI
|
||||
PlatformBdsBootSuccess (
|
||||
IN BDS_COMMON_OPTION *Option
|
||||
IN BDS_COMMON_OPTION *Option
|
||||
);
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user