diff options
Diffstat (limited to 'MdeModulePkg/Library/EdkFvbServiceLib')
-rw-r--r-- | MdeModulePkg/Library/EdkFvbServiceLib/Fvb.h | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/MdeModulePkg/Library/EdkFvbServiceLib/Fvb.h b/MdeModulePkg/Library/EdkFvbServiceLib/Fvb.h index 0f17932b00..9ef08857e7 100644 --- a/MdeModulePkg/Library/EdkFvbServiceLib/Fvb.h +++ b/MdeModulePkg/Library/EdkFvbServiceLib/Fvb.h @@ -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>
|