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:
@ -14,22 +14,16 @@
|
||||
#ifndef __DXE_STATUS_CODE_H__
|
||||
#define __DXE_STATUS_CODE_H__
|
||||
|
||||
//
|
||||
// The package level header files this module uses
|
||||
//
|
||||
|
||||
#include <FrameworkDxe.h>
|
||||
//
|
||||
// The protocols, PPI and GUID defintions for this module
|
||||
//
|
||||
|
||||
#include <Guid/DataHubStatusCodeRecord.h>
|
||||
#include <Protocol/DataHub.h>
|
||||
#include <Protocol/SerialIo.h>
|
||||
#include <Guid/MemoryStatusCodeRecord.h>
|
||||
#include <Protocol/StatusCode.h>
|
||||
#include <Guid/StatusCodeDataTypeId.h>
|
||||
//
|
||||
// The Library classes this module consumes
|
||||
//
|
||||
|
||||
#include <Library/BaseLib.h>
|
||||
#include <Library/BaseMemoryLib.h>
|
||||
#include <Library/DebugLib.h>
|
||||
|
Reference in New Issue
Block a user