From ed7748fe4a5575adea8055c6da5948fbee65fd7a Mon Sep 17 00:00:00 2001 From: vanjeff Date: Fri, 20 Jul 2007 06:10:09 +0000 Subject: [PATCH] remove some comments introduced by tools. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3387 6f19259b-4bc3-4df7-8a09-765794883524 --- .../Bus/Isa/IsaBusDxe/InternalIsaBus.h | 12 +++--------- .../Bus/Isa/IsaFloppyDxe/IsaFloppy.h | 8 ++------ .../Bus/Isa/IsaSerialDxe/Serial.h | 12 +++--------- IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/idebus.h | 12 +++--------- IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/pcibus.h | 12 +++--------- .../BaseUefiTianoCustomDecompressLibInternals.h | 8 ++------ .../Library/GraphicsLib/CommonHeader.h | 12 +++--------- .../IncompatiblePciDeviceList.h | 8 ++------ .../Universal/Console/VgaClassDxe/VgaClass.h | 8 ++------ .../Universal/DataHubDxe/DataHub.h | 12 +++--------- .../Universal/DataHubStdErrDxe/DataHubStdErr.c | 12 +++--------- .../Universal/DriverSampleDxe/DriverSample.h | 12 +++--------- .../Universal/HiiDataBaseDxe/HiiDatabase.h | 12 +++--------- .../Universal/SetupBrowserDxe/Setup.h | 12 +++--------- .../Universal/StatusCode/Dxe/DxeStatusCode.h | 12 +++--------- .../Universal/StatusCode/Pei/PeiStatusCode.h | 12 +++--------- .../Library/DxeIoLibCpuIo/DxeCpuIoLibInternal.h | 12 +++--------- .../ReportStatusCodeLib.c | 12 +++--------- .../DxeSmmDriverEntryPoint/DriverEntryPoint.c | 12 +++--------- IntelFrameworkPkg/Library/HiiLibFramework/HiiLib.c | 12 +++--------- .../Library/IfrSupportLibFramework/CommonHeader.h | 12 +++--------- .../PeiDxeDebugLibReportStatusCode/DebugLib.c | 12 +++--------- .../PeiReportStatusCodeLib/ReportStatusCodeLib.c | 12 +++--------- .../Library/PeiSmbusLibSmbusPpi/InternalSmbusLib.h | 12 +++--------- .../Library/UefiLibFramework/UefiLibFramework.h | 12 +++--------- .../Bus/Pci/AtapiPassThruDxe/AtapiPassThru.h | 12 +++--------- MdeModulePkg/Bus/Pci/EhciDxe/Ehci.h | 12 +++--------- MdeModulePkg/Bus/Pci/UhciDxe/Uhci.h | 12 +++--------- MdeModulePkg/Bus/Scsi/ScsiBusDxe/ComponentName.c | 12 +++--------- MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBus.c | 12 +++--------- MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ComponentName.c | 12 +++--------- MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDisk.c | 12 +++--------- MdeModulePkg/Bus/Usb/UsbBusDxe/ComponentName.c | 8 ++------ MdeModulePkg/Bus/Usb/UsbBusDxe/usbbus.h | 12 +++--------- MdeModulePkg/Bus/Usb/UsbKbDxe/efikey.h | 12 +++--------- .../Bus/Usb/UsbMassStorageDxe/ComponentName.c | 8 ++------ MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMass.h | 12 +++--------- MdeModulePkg/Bus/Usb/UsbMouseDxe/usbmouse.h | 12 +++--------- MdeModulePkg/Core/Dxe/DxeMain.h | 12 +++--------- MdeModulePkg/Core/RuntimeDxe/Crc32.c | 4 +--- .../DxeCorePerformanceLib/DxeCorePerformanceLib.c | 12 +++--------- .../Library/DxePeCoffLoaderFromHobLib/PeCoff.c | 12 +++--------- .../Library/DxePerformanceLib/DxePerformanceLib.c | 12 +++--------- MdeModulePkg/Library/EdkDxePrintLib/PrintLib.c | 12 +++--------- MdeModulePkg/Library/EdkFvbServiceLib/Fvb.h | 12 +++--------- .../Library/PeiDxePeCoffLoaderLib/PeCoffLoader.c | 12 +++--------- .../Library/PeiPerformanceLib/PeiPerformanceLib.c | 12 +++--------- .../Universal/CapsuleRuntimeDxe/CapsuleService.h | 12 +++--------- MdeModulePkg/Universal/DebugPortDxe/DebugPort.h | 12 +++--------- .../Universal/DebugSupportDxe/Ia32/plDebugSupport.h | 12 +++--------- .../Universal/DebugSupportDxe/ipf/plDebugSupport.h | 12 +++--------- .../Universal/DebugSupportDxe/x64/plDebugSupport.h | 12 +++--------- .../EnglishDxe/UnicodeCollationEng.h | 12 +++--------- MdeModulePkg/Universal/EbcDxe/EbcInt.h | 12 +++--------- .../FirmwareVolume/FaultTolerantWriteDxe/FtwLite.h | 12 +++--------- .../MemoryTest/NullMemoryTestDxe/NullMemoryTest.h | 12 +++--------- .../MonotonicCounterRuntimeDxe/MonotonicCounter.h | 12 +++--------- .../Universal/PcatRealTimeClockRuntimeDxe/PcRtc.h | 12 +++--------- .../Universal/Variable/EmuRuntimeDxe/Variable.h | 12 +++--------- .../Universal/WatchDogTimerDxe/WatchDogTimer.h | 4 +--- 60 files changed, 170 insertions(+), 510 deletions(-) diff --git a/IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/InternalIsaBus.h b/IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/InternalIsaBus.h index 352aca9e8d..8a17e6020d 100644 --- a/IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/InternalIsaBus.h +++ b/IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/InternalIsaBus.h @@ -24,14 +24,10 @@ Revision History: #ifndef _EFI_ISA_BUS_H #define _EFI_ISA_BUS_H -// -// The package level header files this module uses -// + #include #include -// -// The protocols, PPI and GUID defintions for this module -// + #include #include #include @@ -40,9 +36,7 @@ Revision History: #include #include #include -// -// The Library classes this module consumes -// + #include #include #include diff --git a/IntelFrameworkModulePkg/Bus/Isa/IsaFloppyDxe/IsaFloppy.h b/IntelFrameworkModulePkg/Bus/Isa/IsaFloppyDxe/IsaFloppy.h index f60b146aa0..45377a7269 100644 --- a/IntelFrameworkModulePkg/Bus/Isa/IsaFloppyDxe/IsaFloppy.h +++ b/IntelFrameworkModulePkg/Bus/Isa/IsaFloppyDxe/IsaFloppy.h @@ -27,15 +27,11 @@ Revision History: #include #include -// -// The protocols, PPI and GUID defintions for this module -// + #include #include #include -// -// The Library classes this module consumes -// + #include #include #include diff --git a/IntelFrameworkModulePkg/Bus/Isa/IsaSerialDxe/Serial.h b/IntelFrameworkModulePkg/Bus/Isa/IsaSerialDxe/Serial.h index 6bef39b48b..ac35b903e3 100644 --- a/IntelFrameworkModulePkg/Bus/Isa/IsaSerialDxe/Serial.h +++ b/IntelFrameworkModulePkg/Bus/Isa/IsaSerialDxe/Serial.h @@ -25,20 +25,14 @@ Revision History: #ifndef _SERIAL_H #define _SERIAL_H -// -// The package level header files this module uses -// + #include #include -// -// The protocols, PPI and GUID defintions for this module -// + #include #include #include -// -// The Library classes this module consumes -// + #include #include #include diff --git a/IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/idebus.h b/IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/idebus.h index 13fa1b5130..87c8304fae 100644 --- a/IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/idebus.h +++ b/IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/idebus.h @@ -16,21 +16,15 @@ #define _IDE_BUS_H -// -// The package level header files this module uses -// + #include -// -// The protocols, PPI and GUID defintions for this module -// + #include #include #include #include #include -// -// The Library classes this module consumes -// + #include #include #include diff --git a/IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/pcibus.h b/IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/pcibus.h index b2149a22ff..80cb8295e9 100644 --- a/IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/pcibus.h +++ b/IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/pcibus.h @@ -24,14 +24,10 @@ Revision History #ifndef _EFI_PCI_BUS_H #define _EFI_PCI_BUS_H -// -// The package level header files this module uses -// + #include -// -// The protocols, PPI and GUID defintions for this module -// + #include #include #include @@ -45,9 +41,7 @@ Revision History #include #include #include -// -// The Library classes this module consumes -// + #include #include #include diff --git a/IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLibInternals.h b/IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLibInternals.h index 713da98af9..903de3fba0 100644 --- a/IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLibInternals.h +++ b/IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLibInternals.h @@ -17,13 +17,9 @@ #ifndef __BASE_UEFI_TIANO_CUSTOM_DECOMPRESS_LIB_INTERNALS_H__ #define __BASE_UEFI_TIANO_CUSTOM_DECOMPRESS_LIB_INTERNALS_H__ -// -// The package level header files this module uses -// + #include -// -// The Library classes this module consumes -// + #include #include #include diff --git a/IntelFrameworkModulePkg/Library/GraphicsLib/CommonHeader.h b/IntelFrameworkModulePkg/Library/GraphicsLib/CommonHeader.h index 44e3940720..f2bf0e1c9b 100644 --- a/IntelFrameworkModulePkg/Library/GraphicsLib/CommonHeader.h +++ b/IntelFrameworkModulePkg/Library/GraphicsLib/CommonHeader.h @@ -16,13 +16,9 @@ #define __COMMON_HEADER_H_ -// -// The package level header files this module uses -// + #include -// -// The protocols, PPI and GUID defintions for this module -// + #include #include #include @@ -32,9 +28,7 @@ #include #include -// -// The Library classes this module consumes -// + #include #include #include diff --git a/IntelFrameworkModulePkg/Library/PciIncompatibleDeviceSupportLib/IncompatiblePciDeviceList.h b/IntelFrameworkModulePkg/Library/PciIncompatibleDeviceSupportLib/IncompatiblePciDeviceList.h index d43918d2c3..9f1794ce60 100644 --- a/IntelFrameworkModulePkg/Library/PciIncompatibleDeviceSupportLib/IncompatiblePciDeviceList.h +++ b/IntelFrameworkModulePkg/Library/PciIncompatibleDeviceSupportLib/IncompatiblePciDeviceList.h @@ -15,13 +15,9 @@ Intel Corporation. #ifndef _EFI_INCOMPATIBLE_PCI_DEVICE_LIST_H #define _EFI_INCOMPATIBLE_PCI_DEVICE_LIST_H -// -// The package level header files this module uses -// + #include -// -// The Library classes this module consumes -// + #include #include #include diff --git a/IntelFrameworkModulePkg/Universal/Console/VgaClassDxe/VgaClass.h b/IntelFrameworkModulePkg/Universal/Console/VgaClassDxe/VgaClass.h index aed4a84671..7e4657400d 100644 --- a/IntelFrameworkModulePkg/Universal/Console/VgaClassDxe/VgaClass.h +++ b/IntelFrameworkModulePkg/Universal/Console/VgaClassDxe/VgaClass.h @@ -25,17 +25,13 @@ Revision History #include #include -// -// The protocols, PPI and GUID defintions for this module -// + #include #include #include #include #include -// -// The Library classes this module consumes -// + #include #include #include diff --git a/IntelFrameworkModulePkg/Universal/DataHubDxe/DataHub.h b/IntelFrameworkModulePkg/Universal/DataHubDxe/DataHub.h index 8f90e998c6..b60c18ead2 100644 --- a/IntelFrameworkModulePkg/Universal/DataHubDxe/DataHub.h +++ b/IntelFrameworkModulePkg/Universal/DataHubDxe/DataHub.h @@ -22,17 +22,11 @@ Abstract: #ifndef _DATA_HUB_H_ #define _DATA_HUB_H_ -// -// The package level header files this module uses -// + #include -// -// The protocols, PPI and GUID defintions for this module -// + #include -// -// The Library classes this module consumes -// + #include #include #include diff --git a/IntelFrameworkModulePkg/Universal/DataHubStdErrDxe/DataHubStdErr.c b/IntelFrameworkModulePkg/Universal/DataHubStdErrDxe/DataHubStdErr.c index ad610fec17..52edef600c 100644 --- a/IntelFrameworkModulePkg/Universal/DataHubStdErrDxe/DataHubStdErr.c +++ b/IntelFrameworkModulePkg/Universal/DataHubStdErrDxe/DataHubStdErr.c @@ -20,21 +20,15 @@ Abstract: --*/ -// -// The package level header files this module uses -// + #include -// -// The protocols, PPI and GUID defintions for this module -// + #include #include #include #include -// -// The Library classes this module consumes -// + #include #include #include diff --git a/IntelFrameworkModulePkg/Universal/DriverSampleDxe/DriverSample.h b/IntelFrameworkModulePkg/Universal/DriverSampleDxe/DriverSample.h index c02c24488d..8c19d1cf81 100644 --- a/IntelFrameworkModulePkg/Universal/DriverSampleDxe/DriverSample.h +++ b/IntelFrameworkModulePkg/Universal/DriverSampleDxe/DriverSample.h @@ -24,18 +24,12 @@ Revision History #define _DRIVER_SAMPLE_H -// -// The package level header files this module uses -// + #include -// -// The protocols, PPI and GUID defintions for this module -// + #include #include -// -// The Library classes this module consumes -// + #include #include #include diff --git a/IntelFrameworkModulePkg/Universal/HiiDataBaseDxe/HiiDatabase.h b/IntelFrameworkModulePkg/Universal/HiiDataBaseDxe/HiiDatabase.h index b35dc17a74..0fae13f27c 100644 --- a/IntelFrameworkModulePkg/Universal/HiiDataBaseDxe/HiiDatabase.h +++ b/IntelFrameworkModulePkg/Universal/HiiDataBaseDxe/HiiDatabase.h @@ -23,19 +23,13 @@ Abstract: #ifndef _HIIDATABASE_H #define _HIIDATABASE_H -// -// The package level header files this module uses -// + #include -// -// The protocols, PPI and GUID defintions for this module -// + #include #include #include -// -// The Library classes this module consumes -// + #include #include #include diff --git a/IntelFrameworkModulePkg/Universal/SetupBrowserDxe/Setup.h b/IntelFrameworkModulePkg/Universal/SetupBrowserDxe/Setup.h index cca053b03b..f91b40498c 100644 --- a/IntelFrameworkModulePkg/Universal/SetupBrowserDxe/Setup.h +++ b/IntelFrameworkModulePkg/Universal/SetupBrowserDxe/Setup.h @@ -23,20 +23,14 @@ Revision History #ifndef _SETUP_H #define _SETUP_H -// -// The package level header files this module uses -// + #include -// -// The protocols, PPI and GUID defintions for this module -// + #include #include #include #include -// -// The Library classes this module consumes -// + #include #include #include diff --git a/IntelFrameworkModulePkg/Universal/StatusCode/Dxe/DxeStatusCode.h b/IntelFrameworkModulePkg/Universal/StatusCode/Dxe/DxeStatusCode.h index 8f92a7de6c..197ca4e287 100644 --- a/IntelFrameworkModulePkg/Universal/StatusCode/Dxe/DxeStatusCode.h +++ b/IntelFrameworkModulePkg/Universal/StatusCode/Dxe/DxeStatusCode.h @@ -14,22 +14,16 @@ #ifndef __DXE_STATUS_CODE_H__ #define __DXE_STATUS_CODE_H__ -// -// The package level header files this module uses -// + #include -// -// The protocols, PPI and GUID defintions for this module -// + #include #include #include #include #include #include -// -// The Library classes this module consumes -// + #include #include #include diff --git a/IntelFrameworkModulePkg/Universal/StatusCode/Pei/PeiStatusCode.h b/IntelFrameworkModulePkg/Universal/StatusCode/Pei/PeiStatusCode.h index 48675056e1..cd2b10cc52 100644 --- a/IntelFrameworkModulePkg/Universal/StatusCode/Pei/PeiStatusCode.h +++ b/IntelFrameworkModulePkg/Universal/StatusCode/Pei/PeiStatusCode.h @@ -19,19 +19,13 @@ #define __PEI_STATUS_CODE_H__ -// -// The package level header files this module uses -// + #include -// -// The protocols, PPI and GUID defintions for this module -// + #include #include #include -// -// The Library classes this module consumes -// + #include #include #include diff --git a/IntelFrameworkPkg/Library/DxeIoLibCpuIo/DxeCpuIoLibInternal.h b/IntelFrameworkPkg/Library/DxeIoLibCpuIo/DxeCpuIoLibInternal.h index e0e54243b4..0a0e143071 100644 --- a/IntelFrameworkPkg/Library/DxeIoLibCpuIo/DxeCpuIoLibInternal.h +++ b/IntelFrameworkPkg/Library/DxeIoLibCpuIo/DxeCpuIoLibInternal.h @@ -17,20 +17,14 @@ #ifndef _DXE_CPUIO_LIB_INTERNAL_H_ #define _DXE_CPUIO_LIB_INTERNAL_H_ -// -// The package level header files this module uses -// + #include -// -// The protocols, PPI and GUID defintions for this module -// + #include #include -// -// The Library classes this module consumes -// + #include #include #include diff --git a/IntelFrameworkPkg/Library/DxeReportStatusCodeLibFramework/ReportStatusCodeLib.c b/IntelFrameworkPkg/Library/DxeReportStatusCodeLibFramework/ReportStatusCodeLib.c index 728703ab32..be873694d6 100644 --- a/IntelFrameworkPkg/Library/DxeReportStatusCodeLibFramework/ReportStatusCodeLib.c +++ b/IntelFrameworkPkg/Library/DxeReportStatusCodeLibFramework/ReportStatusCodeLib.c @@ -12,18 +12,12 @@ **/ -// -// The package level header files this module uses -// + #include -// -// The protocols, PPI and GUID defintions for this module -// + #include #include -// -// The Library classes this module consumes -// + #include #include #include diff --git a/IntelFrameworkPkg/Library/DxeSmmDriverEntryPoint/DriverEntryPoint.c b/IntelFrameworkPkg/Library/DxeSmmDriverEntryPoint/DriverEntryPoint.c index 5e0e0094e3..4283c8422b 100644 --- a/IntelFrameworkPkg/Library/DxeSmmDriverEntryPoint/DriverEntryPoint.c +++ b/IntelFrameworkPkg/Library/DxeSmmDriverEntryPoint/DriverEntryPoint.c @@ -12,19 +12,13 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. **/ -// -// The package level header files this module uses -// + #include -// -// The protocols, PPI and GUID defintions for this module -// + #include #include #include -// -// The Library classes this module consumes -// + #include #include #include diff --git a/IntelFrameworkPkg/Library/HiiLibFramework/HiiLib.c b/IntelFrameworkPkg/Library/HiiLibFramework/HiiLib.c index 86c8dafea9..354215af0f 100644 --- a/IntelFrameworkPkg/Library/HiiLibFramework/HiiLib.c +++ b/IntelFrameworkPkg/Library/HiiLibFramework/HiiLib.c @@ -14,16 +14,10 @@ **/ -// -// The package level header files this module uses -// + #include -// -// The protocols, PPI and GUID defintions for this module -// -// -// The Library classes this module consumes -// + + #include #include #include diff --git a/IntelFrameworkPkg/Library/IfrSupportLibFramework/CommonHeader.h b/IntelFrameworkPkg/Library/IfrSupportLibFramework/CommonHeader.h index c575777a5a..064b2ceb65 100644 --- a/IntelFrameworkPkg/Library/IfrSupportLibFramework/CommonHeader.h +++ b/IntelFrameworkPkg/Library/IfrSupportLibFramework/CommonHeader.h @@ -16,18 +16,12 @@ #define __COMMON_HEADER_H_ -// -// The package level header files this module uses -// + #include -// -// The protocols, PPI and GUID defintions for this module -// + #include #include -// -// The Library classes this module consumes -// + #include #include #include diff --git a/IntelFrameworkPkg/Library/PeiDxeDebugLibReportStatusCode/DebugLib.c b/IntelFrameworkPkg/Library/PeiDxeDebugLibReportStatusCode/DebugLib.c index 1c1ead22ee..4bacdd1774 100644 --- a/IntelFrameworkPkg/Library/PeiDxeDebugLibReportStatusCode/DebugLib.c +++ b/IntelFrameworkPkg/Library/PeiDxeDebugLibReportStatusCode/DebugLib.c @@ -13,17 +13,11 @@ **/ -// -// The package level header files this module uses -// + #include -// -// The protocols, PPI and GUID defintions for this module -// + #include -// -// The Library classes this module consumes -// + #include #include #include diff --git a/IntelFrameworkPkg/Library/PeiReportStatusCodeLib/ReportStatusCodeLib.c b/IntelFrameworkPkg/Library/PeiReportStatusCodeLib/ReportStatusCodeLib.c index b16f091e20..5b6f69eced 100644 --- a/IntelFrameworkPkg/Library/PeiReportStatusCodeLib/ReportStatusCodeLib.c +++ b/IntelFrameworkPkg/Library/PeiReportStatusCodeLib/ReportStatusCodeLib.c @@ -12,17 +12,11 @@ **/ -// -// The package level header files this module uses -// + #include -// -// The protocols, PPI and GUID defintions for this module -// + #include -// -// The Library classes this module consumes -// + #include #include #include diff --git a/IntelFrameworkPkg/Library/PeiSmbusLibSmbusPpi/InternalSmbusLib.h b/IntelFrameworkPkg/Library/PeiSmbusLibSmbusPpi/InternalSmbusLib.h index 794c6eedc0..3821dacb63 100644 --- a/IntelFrameworkPkg/Library/PeiSmbusLibSmbusPpi/InternalSmbusLib.h +++ b/IntelFrameworkPkg/Library/PeiSmbusLibSmbusPpi/InternalSmbusLib.h @@ -16,18 +16,12 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. #ifndef __INTERNAL_SMBUS_LIB_H #define __INTERNAL_SMBUS_LIB_H -// -// The package level header files this module uses -// + #include #include -// -// The protocols, PPI and GUID defintions for this module -// + #include -// -// The Library classes this module consumes -// + #include #include #include diff --git a/IntelFrameworkPkg/Library/UefiLibFramework/UefiLibFramework.h b/IntelFrameworkPkg/Library/UefiLibFramework/UefiLibFramework.h index 9d91611cd6..f15b4327de 100644 --- a/IntelFrameworkPkg/Library/UefiLibFramework/UefiLibFramework.h +++ b/IntelFrameworkPkg/Library/UefiLibFramework/UefiLibFramework.h @@ -18,19 +18,13 @@ #ifndef _UEFI_LIB_FRAMEWORK_H_ #define _UEFI_LIB_FRAMEWORK_H_ -// -// The package level header files this module uses -// + #include -// -// The protocols, PPI and GUID defintions for this module -// + #include #include #include -// -// The Library classes this module consumes -// + #include #include #include diff --git a/MdeModulePkg/Bus/Pci/AtapiPassThruDxe/AtapiPassThru.h b/MdeModulePkg/Bus/Pci/AtapiPassThruDxe/AtapiPassThru.h index 49b97a821f..d61c27bd11 100644 --- a/MdeModulePkg/Bus/Pci/AtapiPassThruDxe/AtapiPassThru.h +++ b/MdeModulePkg/Bus/Pci/AtapiPassThruDxe/AtapiPassThru.h @@ -16,18 +16,12 @@ #define _APT_H -// -// The package level header files this module uses -// + #include -// -// The protocols, PPI and GUID defintions for this module -// + #include #include -// -// The Library classes this module consumes -// + #include #include #include diff --git a/MdeModulePkg/Bus/Pci/EhciDxe/Ehci.h b/MdeModulePkg/Bus/Pci/EhciDxe/Ehci.h index 2b0e4c956c..2398b15667 100644 --- a/MdeModulePkg/Bus/Pci/EhciDxe/Ehci.h +++ b/MdeModulePkg/Bus/Pci/EhciDxe/Ehci.h @@ -23,18 +23,12 @@ Revision History #ifndef _EFI_EHCI_H_ #define _EFI_EHCI_H_ -// -// The package level header files this module uses -// + #include -// -// The protocols, PPI and GUID defintions for this module -// + #include #include -// -// The Library classes this module consumes -// + #include #include #include diff --git a/MdeModulePkg/Bus/Pci/UhciDxe/Uhci.h b/MdeModulePkg/Bus/Pci/UhciDxe/Uhci.h index 5a810a3259..27d7497b87 100644 --- a/MdeModulePkg/Bus/Pci/UhciDxe/Uhci.h +++ b/MdeModulePkg/Bus/Pci/UhciDxe/Uhci.h @@ -25,19 +25,13 @@ Revision History #ifndef _UHCI_H #define _UHCI_H -// -// The package level header files this module uses -// + #include -// -// The protocols, PPI and GUID defintions for this module -// + #include #include #include -// -// The Library classes this module consumes -// + #include #include #include diff --git a/MdeModulePkg/Bus/Scsi/ScsiBusDxe/ComponentName.c b/MdeModulePkg/Bus/Scsi/ScsiBusDxe/ComponentName.c index 1a99c70e80..9c604ad7b6 100644 --- a/MdeModulePkg/Bus/Scsi/ScsiBusDxe/ComponentName.c +++ b/MdeModulePkg/Bus/Scsi/ScsiBusDxe/ComponentName.c @@ -17,23 +17,17 @@ Abstract: --*/ -// -// The package level header files this module uses -// + #include -// -// The protocols, PPI and GUID defintions for this module -// + #include #include #include #include #include #include -// -// The Library classes this module consumes -// + #include #include #include diff --git a/MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBus.c b/MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBus.c index 7633fd4912..1b895cb427 100644 --- a/MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBus.c +++ b/MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBus.c @@ -19,23 +19,17 @@ Abstract: Revision History --*/ -// -// The package level header files this module uses -// + #include -// -// The protocols, PPI and GUID defintions for this module -// + #include #include #include #include #include #include -// -// The Library classes this module consumes -// + #include #include #include diff --git a/MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ComponentName.c b/MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ComponentName.c index 24adbe9800..334aae58af 100644 --- a/MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ComponentName.c +++ b/MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ComponentName.c @@ -17,21 +17,15 @@ Abstract: --*/ -// -// The package level header files this module uses -// + #include -// -// The protocols, PPI and GUID defintions for this module -// + #include #include #include #include -// -// The Library classes this module consumes -// + #include #include #include diff --git a/MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDisk.c b/MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDisk.c index e85f99ba94..0ecbd50724 100644 --- a/MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDisk.c +++ b/MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDisk.c @@ -16,21 +16,15 @@ Module Name: Abstract: --*/ -// -// The package level header files this module uses -// + #include -// -// The protocols, PPI and GUID defintions for this module -// + #include #include #include #include -// -// The Library classes this module consumes -// + #include #include #include diff --git a/MdeModulePkg/Bus/Usb/UsbBusDxe/ComponentName.c b/MdeModulePkg/Bus/Usb/UsbBusDxe/ComponentName.c index da9737202f..8ca860d98f 100644 --- a/MdeModulePkg/Bus/Usb/UsbBusDxe/ComponentName.c +++ b/MdeModulePkg/Bus/Usb/UsbBusDxe/ComponentName.c @@ -18,14 +18,10 @@ Abstract: **/ -// -// The package level header files this module uses -// + #include -// -// The Library classes this module consumes -// + #include diff --git a/MdeModulePkg/Bus/Usb/UsbBusDxe/usbbus.h b/MdeModulePkg/Bus/Usb/UsbBusDxe/usbbus.h index 7407a36c19..09ae44533e 100644 --- a/MdeModulePkg/Bus/Usb/UsbBusDxe/usbbus.h +++ b/MdeModulePkg/Bus/Usb/UsbBusDxe/usbbus.h @@ -24,20 +24,14 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. #ifndef _EFI_USB_BUS_H_ #define _EFI_USB_BUS_H_ -// -// The package level header files this module uses -// + #include -// -// The protocols, PPI and GUID defintions for this module -// + #include #include #include #include -// -// The Library classes this module consumes -// + #include #include #include diff --git a/MdeModulePkg/Bus/Usb/UsbKbDxe/efikey.h b/MdeModulePkg/Bus/Usb/UsbKbDxe/efikey.h index e93a8665a4..ee0b06cbde 100644 --- a/MdeModulePkg/Bus/Usb/UsbKbDxe/efikey.h +++ b/MdeModulePkg/Bus/Usb/UsbKbDxe/efikey.h @@ -22,20 +22,14 @@ Revision History #ifndef _USB_KB_H #define _USB_KB_H -// -// The package level header files this module uses -// + #include -// -// The protocols, PPI and GUID defintions for this module -// + #include #include #include #include -// -// The Library classes this module consumes -// + #include #include #include diff --git a/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/ComponentName.c b/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/ComponentName.c index bd0f939225..f278e3b23b 100644 --- a/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/ComponentName.c +++ b/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/ComponentName.c @@ -17,14 +17,10 @@ Abstract: --*/ -// -// The package level header files this module uses -// + #include -// -// The Library classes this module consumes -// + #include // diff --git a/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMass.h b/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMass.h index 8fcbed7884..77dcbb720b 100644 --- a/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMass.h +++ b/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMass.h @@ -31,18 +31,12 @@ Revision History #ifndef _EFI_USBMASS_H_ #define _EFI_USBMASS_H_ -// -// The package level header files this module uses -// + #include -// -// The protocols, PPI and GUID defintions for this module -// + #include #include -// -// The Library classes this module consumes -// + #include #include #include diff --git a/MdeModulePkg/Bus/Usb/UsbMouseDxe/usbmouse.h b/MdeModulePkg/Bus/Usb/UsbMouseDxe/usbmouse.h index 73cccb0296..7a9649fe95 100644 --- a/MdeModulePkg/Bus/Usb/UsbMouseDxe/usbmouse.h +++ b/MdeModulePkg/Bus/Usb/UsbMouseDxe/usbmouse.h @@ -21,19 +21,13 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. #ifndef _USB_MOUSE_H #define _USB_MOUSE_H -// -// The package level header files this module uses -// + #include -// -// The protocols, PPI and GUID defintions for this module -// + #include #include #include -// -// The Library classes this module consumes -// + #include #include #include diff --git a/MdeModulePkg/Core/Dxe/DxeMain.h b/MdeModulePkg/Core/Dxe/DxeMain.h index fb7c82ff45..1edc84f26f 100644 --- a/MdeModulePkg/Core/Dxe/DxeMain.h +++ b/MdeModulePkg/Core/Dxe/DxeMain.h @@ -23,14 +23,10 @@ Revision History #define _DXE_MAIN_H_ -// -// The package level header files this module uses -// + #include #include -// -// The protocols, PPI and GUID defintions for this module -// + #include #include #include @@ -74,9 +70,7 @@ Revision History #include #include #include -// -// The Library classes this module consumes -// + #include #include #include diff --git a/MdeModulePkg/Core/RuntimeDxe/Crc32.c b/MdeModulePkg/Core/RuntimeDxe/Crc32.c index 910738eb52..f2c8f0227a 100644 --- a/MdeModulePkg/Core/RuntimeDxe/Crc32.c +++ b/MdeModulePkg/Core/RuntimeDxe/Crc32.c @@ -26,9 +26,7 @@ Revision History: --*/ -// -// The package level header files this module uses -// + #include UINT32 mCrcTable[256]; diff --git a/MdeModulePkg/Library/DxeCorePerformanceLib/DxeCorePerformanceLib.c b/MdeModulePkg/Library/DxeCorePerformanceLib/DxeCorePerformanceLib.c index bc1a67e171..62a0a55063 100644 --- a/MdeModulePkg/Library/DxeCorePerformanceLib/DxeCorePerformanceLib.c +++ b/MdeModulePkg/Library/DxeCorePerformanceLib/DxeCorePerformanceLib.c @@ -19,18 +19,12 @@ Abstract: --*/ -// -// The package level header files this module uses -// + #include -// -// The protocols, PPI and GUID defintions for this module -// + #include #include -// -// The Library classes this module consumes -// + #include #include #include diff --git a/MdeModulePkg/Library/DxePeCoffLoaderFromHobLib/PeCoff.c b/MdeModulePkg/Library/DxePeCoffLoaderFromHobLib/PeCoff.c index c1a43099b6..44ec3ca1a9 100644 --- a/MdeModulePkg/Library/DxePeCoffLoaderFromHobLib/PeCoff.c +++ b/MdeModulePkg/Library/DxePeCoffLoaderFromHobLib/PeCoff.c @@ -17,17 +17,11 @@ Abstract: --*/ -// -// The package level header files this module uses -// + #include -// -// The protocols, PPI and GUID defintions for this module -// + #include -// -// The Library classes this module consumes -// + #include #include diff --git a/MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.c b/MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.c index fbfba26c68..ac2ce4e12d 100644 --- a/MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.c +++ b/MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.c @@ -19,17 +19,11 @@ Abstract: --*/ -// -// The package level header files this module uses -// + #include -// -// The protocols, PPI and GUID defintions for this module -// + #include -// -// The Library classes this module consumes -// + #include #include #include diff --git a/MdeModulePkg/Library/EdkDxePrintLib/PrintLib.c b/MdeModulePkg/Library/EdkDxePrintLib/PrintLib.c index 7dbbcb7d73..5d781ebdda 100644 --- a/MdeModulePkg/Library/EdkDxePrintLib/PrintLib.c +++ b/MdeModulePkg/Library/EdkDxePrintLib/PrintLib.c @@ -21,17 +21,11 @@ Abstract: -// -// The package level header files this module uses -// + #include -// -// The protocols, PPI and GUID defintions for this module -// + #include -// -// The Library classes this module consumes -// + #include #include 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 -// -// The protocols, PPI and GUID defintions for this module -// + #include #include -// -// The Library classes this module consumes -// + #include #include #include diff --git a/MdeModulePkg/Library/PeiDxePeCoffLoaderLib/PeCoffLoader.c b/MdeModulePkg/Library/PeiDxePeCoffLoaderLib/PeCoffLoader.c index 783e87579c..c8f6b871aa 100644 --- a/MdeModulePkg/Library/PeiDxePeCoffLoaderLib/PeCoffLoader.c +++ b/MdeModulePkg/Library/PeiDxePeCoffLoaderLib/PeCoffLoader.c @@ -20,17 +20,11 @@ Abstract: --*/ -// -// The package level header files this module uses -// + #include -// -// The protocols, PPI and GUID defintions for this module -// + #include -// -// The Library classes this module consumes -// + #include #include diff --git a/MdeModulePkg/Library/PeiPerformanceLib/PeiPerformanceLib.c b/MdeModulePkg/Library/PeiPerformanceLib/PeiPerformanceLib.c index aa231849f6..3bfd48614e 100644 --- a/MdeModulePkg/Library/PeiPerformanceLib/PeiPerformanceLib.c +++ b/MdeModulePkg/Library/PeiPerformanceLib/PeiPerformanceLib.c @@ -19,17 +19,11 @@ Abstract: --*/ -// -// The package level header files this module uses -// + #include -// -// The protocols, PPI and GUID defintions for this module -// + #include -// -// The Library classes this module consumes -// + #include #include #include diff --git a/MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleService.h b/MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleService.h index 8e02b63279..1965c3cba8 100644 --- a/MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleService.h +++ b/MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleService.h @@ -22,18 +22,12 @@ Abstract: #ifndef _CAPSULE_RUNTIME_H_ #define _CAPSULE_RUNTIME_H_ -// -// The package level header files this module uses -// + #include -// -// The protocols, PPI and GUID defintions for this module -// + #include #include -// -// The Library classes this module consumes -// + #include #include #include 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 -// -// The protocols, PPI and GUID defintions for this module -// + #include #include #include #include #include -// -// The Library classes this module consumes -// + #include #include #include diff --git a/MdeModulePkg/Universal/DebugSupportDxe/Ia32/plDebugSupport.h b/MdeModulePkg/Universal/DebugSupportDxe/Ia32/plDebugSupport.h index 98b4df007c..044572fb24 100644 --- a/MdeModulePkg/Universal/DebugSupportDxe/Ia32/plDebugSupport.h +++ b/MdeModulePkg/Universal/DebugSupportDxe/Ia32/plDebugSupport.h @@ -15,18 +15,12 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. #ifndef _PLDEBUG_SUPPORT_H #define _PLDEBUG_SUPPORT_H -// -// The package level header files this module uses -// + #include -// -// The protocols, PPI and GUID defintions for this module -// + #include #include -// -// The Library classes this module consumes -// + #include #include #include diff --git a/MdeModulePkg/Universal/DebugSupportDxe/ipf/plDebugSupport.h b/MdeModulePkg/Universal/DebugSupportDxe/ipf/plDebugSupport.h index ddd11e6069..8fdf147457 100644 --- a/MdeModulePkg/Universal/DebugSupportDxe/ipf/plDebugSupport.h +++ b/MdeModulePkg/Universal/DebugSupportDxe/ipf/plDebugSupport.h @@ -15,18 +15,12 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. #ifndef _PLDEBUG_SUPPORT_H #define _PLDEBUG_SUPPORT_H -// -// The package level header files this module uses -// + #include -// -// The protocols, PPI and GUID defintions for this module -// + #include #include -// -// The Library classes this module consumes -// + #include #include #include diff --git a/MdeModulePkg/Universal/DebugSupportDxe/x64/plDebugSupport.h b/MdeModulePkg/Universal/DebugSupportDxe/x64/plDebugSupport.h index 0f4e2778e6..ca92d07b24 100644 --- a/MdeModulePkg/Universal/DebugSupportDxe/x64/plDebugSupport.h +++ b/MdeModulePkg/Universal/DebugSupportDxe/x64/plDebugSupport.h @@ -15,18 +15,12 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. #ifndef _PLDEBUG_SUPPORT_H #define _PLDEBUG_SUPPORT_H -// -// The package level header files this module uses -// + #include -// -// The protocols, PPI and GUID defintions for this module -// + #include #include -// -// The Library classes this module consumes -// + #include #include #include diff --git a/MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/UnicodeCollationEng.h b/MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/UnicodeCollationEng.h index 1163d7a722..cdab4090c7 100644 --- a/MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/UnicodeCollationEng.h +++ b/MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/UnicodeCollationEng.h @@ -25,18 +25,12 @@ Revision History #define _UNICODE_COLLATION_ENG_H -// -// The package level header files this module uses -// + #include -// -// The protocols, PPI and GUID defintions for this module -// + #include -// -// The Library classes this module consumes -// + #include #include #include diff --git a/MdeModulePkg/Universal/EbcDxe/EbcInt.h b/MdeModulePkg/Universal/EbcDxe/EbcInt.h index d1631f8e9b..a62b121531 100644 --- a/MdeModulePkg/Universal/EbcDxe/EbcInt.h +++ b/MdeModulePkg/Universal/EbcDxe/EbcInt.h @@ -23,18 +23,12 @@ Abstract: #ifndef _EBC_INT_H_ #define _EBC_INT_H_ -// -// The package level header files this module uses -// + #include -// -// The protocols, PPI and GUID defintions for this module -// + #include #include -// -// The Library classes this module consumes -// + #include #include #include diff --git a/MdeModulePkg/Universal/FirmwareVolume/FaultTolerantWriteDxe/FtwLite.h b/MdeModulePkg/Universal/FirmwareVolume/FaultTolerantWriteDxe/FtwLite.h index 8bc122dbd3..bc28dcef08 100644 --- a/MdeModulePkg/Universal/FirmwareVolume/FaultTolerantWriteDxe/FtwLite.h +++ b/MdeModulePkg/Universal/FirmwareVolume/FaultTolerantWriteDxe/FtwLite.h @@ -29,20 +29,14 @@ Abstract: #ifndef _EFI_FAULT_TOLERANT_WRITE_LITE_H_ #define _EFI_FAULT_TOLERANT_WRITE_LITE_H_ -// -// The package level header files this module uses -// + #include -// -// The protocols, PPI and GUID defintions for this module -// + #include #include #include #include -// -// The Library classes this module consumes -// + #include #include #include diff --git a/MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTest.h b/MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTest.h index 4b04381812..bfa9101e54 100644 --- a/MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTest.h +++ b/MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTest.h @@ -21,18 +21,12 @@ Abstract: #ifndef _NULL_MEMORY_TEST_H #define _NULL_MEMORY_TEST_H -// -// The package level header files this module uses -// + #include -// -// The protocols, PPI and GUID defintions for this module -// + #include -// -// The Library classes this module consumes -// + #include #include #include diff --git a/MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounter.h b/MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounter.h index c1ef509f77..42af27249f 100644 --- a/MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounter.h +++ b/MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounter.h @@ -22,17 +22,11 @@ Abstract: #ifndef _MONOTONIC_COUNTER_DRIVER_H_ #define _MONOTONIC_COUNTER_DRIVER_H_ -// -// The package level header files this module uses -// + #include -// -// The protocols, PPI and GUID defintions for this module -// + #include -// -// The Library classes this module consumes -// + #include #include #include diff --git a/MdeModulePkg/Universal/PcatRealTimeClockRuntimeDxe/PcRtc.h b/MdeModulePkg/Universal/PcatRealTimeClockRuntimeDxe/PcRtc.h index 55ed7c3700..35ed2a8052 100644 --- a/MdeModulePkg/Universal/PcatRealTimeClockRuntimeDxe/PcRtc.h +++ b/MdeModulePkg/Universal/PcatRealTimeClockRuntimeDxe/PcRtc.h @@ -26,17 +26,11 @@ Revision History #ifndef _RTC_H_ #define _RTC_H_ -// -// The package level header files this module uses -// + #include -// -// The protocols, PPI and GUID defintions for this module -// + #include -// -// The Library classes this module consumes -// + #include #include #include diff --git a/MdeModulePkg/Universal/Variable/EmuRuntimeDxe/Variable.h b/MdeModulePkg/Universal/Variable/EmuRuntimeDxe/Variable.h index 1e445c564b..8fa70ab14a 100644 --- a/MdeModulePkg/Universal/Variable/EmuRuntimeDxe/Variable.h +++ b/MdeModulePkg/Universal/Variable/EmuRuntimeDxe/Variable.h @@ -23,18 +23,12 @@ Abstract: // // Statements that include other header files // -// -// The package level header files this module uses -// + #include -// -// The protocols, PPI and GUID defintions for this module -// + #include #include -// -// The Library classes this module consumes -// + #include #include #include diff --git a/MdeModulePkg/Universal/WatchDogTimerDxe/WatchDogTimer.h b/MdeModulePkg/Universal/WatchDogTimerDxe/WatchDogTimer.h index 2c8c33a8cb..fd2d7c52e5 100644 --- a/MdeModulePkg/Universal/WatchDogTimerDxe/WatchDogTimer.h +++ b/MdeModulePkg/Universal/WatchDogTimerDxe/WatchDogTimer.h @@ -25,9 +25,7 @@ Revision History #define _WATCHDOG_TIMER_H_ -// -// The package level header files this module uses -// + #include #include #include -- 2.39.2