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 common header file for this module.
|
||||
//
|
||||
#include "CommonHeader.h"
|
||||
#include <Uefi.h>
|
||||
#include <Library/DebugLib.h>
|
||||
#include <Library/UefiLib.h>
|
||||
#include <Library/UefiApplicationEntryPoint.h>
|
||||
#include <Library/UefiBootServicesTableLib.h>
|
||||
|
||||
EFI_STATUS
|
||||
EFIAPI
|
||||
|
|
|
@ -44,7 +44,6 @@
|
|||
|
||||
[Sources.common]
|
||||
HelloWorld.c
|
||||
CommonHeader.h
|
||||
|
||||
|
||||
################################################################################
|
||||
|
|
Loading…
Reference in New Issue