summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Universal/DebugPortDxe/DebugPort.h
diff options
context:
space:
mode:
Diffstat (limited to 'MdeModulePkg/Universal/DebugPortDxe/DebugPort.h')
-rw-r--r--MdeModulePkg/Universal/DebugPortDxe/DebugPort.h12
1 files changed, 3 insertions, 9 deletions
diff --git a/MdeModulePkg/Universal/DebugPortDxe/DebugPort.h b/MdeModulePkg/Universal/DebugPortDxe/DebugPort.h
index 58a1629cd5..283abf96ac 100644
--- a/MdeModulePkg/Universal/DebugPortDxe/DebugPort.h
+++ b/MdeModulePkg/Universal/DebugPortDxe/DebugPort.h
@@ -20,21 +20,15 @@ Abstract:
#ifndef __DEBUGPORT_H__
#define __DEBUGPORT_H__
-//
-// The package level header files this module uses
-//
+
#include <Uefi.h>
-//
-// The protocols, PPI and GUID defintions for this module
-//
+
#include <Protocol/DevicePath.h>
#include <Protocol/ComponentName.h>
#include <Protocol/DriverBinding.h>
#include <Protocol/SerialIo.h>
#include <Protocol/DebugPort.h>
-//
-// The Library classes this module consumes
-//
+
#include <Library/DebugLib.h>
#include <Library/UefiDriverEntryPoint.h>
#include <Library/UefiLib.h>