remove some comments introduced by tools.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3387 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
vanjeff
2007-07-20 06:10:09 +00:00
parent 977bdf030b
commit ed7748fe4a
60 changed files with 170 additions and 510 deletions

View File

@@ -19,18 +19,12 @@ Abstract:
--*/
//
// The package level header files this module uses
//
#include <PiDxe.h>
//
// The protocols, PPI and GUID defintions for this module
//
#include <Protocol/Performance.h>
#include <Guid/PeiPerformanceHob.h>
//
// The Library classes this module consumes
//
#include <Library/PerformanceLib.h>
#include <Library/DebugLib.h>
#include <Library/HobLib.h>

View File

@@ -17,17 +17,11 @@ Abstract:
--*/
//
// The package level header files this module uses
//
#include <PiDxe.h>
//
// The protocols, PPI and GUID defintions for this module
//
#include <Guid/PeiPeCoffLoader.h>
//
// The Library classes this module consumes
//
#include <Library/PeCoffLoaderLib.h>
#include <Library/HobLib.h>

View File

@@ -19,17 +19,11 @@ Abstract:
--*/
//
// The package level header files this module uses
//
#include <PiDxe.h>
//
// The protocols, PPI and GUID defintions for this module
//
#include <Protocol/Performance.h>
//
// The Library classes this module consumes
//
#include <Library/PerformanceLib.h>
#include <Library/DebugLib.h>
#include <Library/UefiBootServicesTableLib.h>

View File

@@ -21,17 +21,11 @@ Abstract:
//
// The package level header files this module uses
//
#include <PiDxe.h>
//
// The protocols, PPI and GUID defintions for this module
//
#include <Protocol/Print.h>
//
// The Library classes this module consumes
//
#include <Library/PrintLib.h>
#include <Library/UefiBootServicesTableLib.h>

View File

@@ -12,18 +12,12 @@ http://opensource.org/licenses/bsd-license.php
#ifndef __FVB_H__
#define __FVB_H__
//
// The package level header files this module uses
//
#include <PiDxe.h>
//
// The protocols, PPI and GUID defintions for this module
//
#include <Protocol/FirmwareVolumeBlock.h>
#include <Protocol/FvbExtension.h>
//
// The Library classes this module consumes
//
#include <Library/FvbServiceLib.h>
#include <Library/UefiLib.h>
#include <Library/BaseLib.h>

View File

@@ -20,17 +20,11 @@ Abstract:
--*/
//
// The package level header files this module uses
//
#include <PiPei.h>
//
// The protocols, PPI and GUID defintions for this module
//
#include <Guid/PeiPeCoffLoader.h>
//
// The Library classes this module consumes
//
#include <Library/PeCoffLib.h>
#include <IndustryStandard/PeImage.h>

View File

@@ -19,17 +19,11 @@ Abstract:
--*/
//
// The package level header files this module uses
//
#include <PiPei.h>
//
// The protocols, PPI and GUID defintions for this module
//
#include <Guid/PeiPerformanceHob.h>
//
// The Library classes this module consumes
//
#include <Library/PerformanceLib.h>
#include <Library/DebugLib.h>
#include <Library/HobLib.h>