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:
AJFISH 2007-06-22 17:08:39 +00:00
parent e811b22f06
commit ab9140c8fb
2 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -44,7 +44,6 @@
[Sources.common] [Sources.common]
HelloWorld.c HelloWorld.c
CommonHeader.h
################################################################################ ################################################################################