mirror of https://github.com/acidanthera/audk.git
Removed unneeded include file
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2726 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
e811b22f06
commit
ab9140c8fb
|
@ -12,10 +12,11 @@
|
||||||
|
|
||||||
**/
|
**/
|
||||||
|
|
||||||
//
|
#include <Uefi.h>
|
||||||
// Include common header file for this module.
|
#include <Library/DebugLib.h>
|
||||||
//
|
#include <Library/UefiLib.h>
|
||||||
#include "CommonHeader.h"
|
#include <Library/UefiApplicationEntryPoint.h>
|
||||||
|
#include <Library/UefiBootServicesTableLib.h>
|
||||||
|
|
||||||
EFI_STATUS
|
EFI_STATUS
|
||||||
EFIAPI
|
EFIAPI
|
||||||
|
|
|
@ -44,7 +44,6 @@
|
||||||
|
|
||||||
[Sources.common]
|
[Sources.common]
|
||||||
HelloWorld.c
|
HelloWorld.c
|
||||||
CommonHeader.h
|
|
||||||
|
|
||||||
|
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
Loading…
Reference in New Issue