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

View File

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