Remove CommonHeader.h from VFR files.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2967 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
qwang12 2007-07-02 13:06:49 +00:00
parent 0847a6418f
commit e638b5e129
6 changed files with 5 additions and 32 deletions

View File

@ -23,7 +23,7 @@
//
// The protocols, PPI and GUID defintions for this module
//
#include <Protocol/FormCallback.h>
#include <Protocol/FormCallbackFramework.h>
#include <Guid/FileSystemVolumeLabelInfo.h>
#include <Protocol/DevicePath.h>
#include <Guid/BootState.h>
@ -32,7 +32,7 @@
#include <Guid/FileInfo.h>
#include <Protocol/Bds.h>
#include <Protocol/DataHub.h>
#include <Protocol/FormBrowser.h>
#include <Protocol/FormBrowserFramework.h>
#include <Guid/Bmp.h>
#include <Protocol/UgaDraw.h>
#include <Protocol/BlockIo.h>
@ -41,7 +41,7 @@
#include <Protocol/GenericMemoryTest.h>
#include <Protocol/GraphicsOutput.h>
#include <Protocol/SimpleFileSystem.h>
#include <Protocol/Hii.h>
#include <Protocol/HiiFramework.h>
#include <Guid/GenericPlatformVariable.h>
#include <Guid/FlashMapHob.h>
#include <Protocol/SerialIo.h>
@ -53,7 +53,7 @@
#include <Library/UefiLib.h>
#include <Library/UefiDriverEntryPoint.h>
#include <Library/BaseLib.h>
#include <Library/EdkGraphicsLib.h>
#include <Library/GraphicsLib.h>
#include <Library/DxeServicesTableLib.h>
#include <Library/PerformanceLib.h>
#include <Library/PrintLib.h>
@ -66,7 +66,7 @@
#include <Library/UefiBootServicesTableLib.h>
#include <Library/UefiRuntimeServicesTableLib.h>
#include <Library/DevicePathLib.h>
#include <Library/HiiLib.h>
#include <Library/HiiLibFramework.h>
#include <Library/PeCoffLib.h>
#endif

View File

@ -1,8 +1,3 @@
//
// Include common header file for this module.
//
#include "CommonHeader.h"
// *++
//
// Copyright (c) 2006, Intel Corporation

View File

@ -1,8 +1,3 @@
//
// Include common header file for this module.
//
#include "CommonHeader.h"
// *++
//
// Copyright (c) 2006, Intel Corporation

View File

@ -1,8 +1,3 @@
//
// Include common header file for this module.
//
#include "CommonHeader.h"
// *++
//
// Copyright (c) 2006, Intel Corporation

View File

@ -1,8 +1,3 @@
//
// Include common header file for this module.
//
#include "CommonHeader.h"
// *++
//
// Copyright (c) 2006, Intel Corporation
@ -26,7 +21,6 @@
//
// --*/
#include "BdsStrDefs.h"
#define FORMSET_GUID { 0x3ebfa8e6, 0x511d, 0x4b5b, { 0xa9, 0x5f, 0xfb, 0x38, 0x26, 0xf, 0x1c, 0x27 } }

View File

@ -1,8 +1,3 @@
//
// Include common header file for this module.
//
#include "CommonHeader.h"
// *++
//
// Copyright (c) 2006, Intel Corporation
@ -26,7 +21,6 @@
//
// --*/
#include "BdsStrDefs.h"
#define FORMSET_GUID { 0x9e0c30bc, 0x3f06, 0x4ba6, { 0x82, 0x88, 0x9, 0x17, 0x9b, 0x85, 0x5d, 0xbe } }