From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-il1-f197.google.com (mail-il1-f197.google.com [209.85.166.197]) by mx.groups.io with SMTP id smtpd.web10.29705.1610342199059199175 for ; Sun, 10 Jan 2021 21:16:39 -0800 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: nuviainc.com, ip: 209.85.166.197, mailfrom: rebecca@nuviainc.com) Received: by mail-il1-f197.google.com with SMTP id c13so16120060ilg.22 for ; Sun, 10 Jan 2021 21:16:38 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=3KoadbUgloU3unlffmtyaWx4BiwiK/G4XQ0rnCoA54Y=; b=AEVW5240PsSYNxn7TzY67dLu7rB9bH+gZ2anZgMEOP9yegxlupGHH4j5jOAAYfRhes lz2LDSUQX9oePHepSf9TqnXaDtNWa4rE7FSP4rVpimjXfMoMImka0nJtvNJ4TSY6SId4 9nqcqitKtAYMGdFr7s3k03Ltemd0V0PiU5f0kaKwrXmGFe0PbGbvzCim6mi+KQtFOt8S CRGfJULYEmUYhCkD33LhO2+RCMM3YSBHNQqPrTWP4CdHcbWFi1UPuUntLG23BCeACwp3 vsl6gdVvsBxsFQZulXZ739cedcldSGmgTSd10n0Rod1gtyzx3Evml12z6J9gA0PdWA6Z /aJw== X-Gm-Message-State: AOAM5313p4hNeHegL6/8BUhmmcq57+qQLw9Nt3Qz0ey5e02RqMtWhaOU o4TC6OLalgJVEB4+j/9M0WLxlHLyENTcRbOAh1/u6Pmt7YElsIjnVQnDAWUg+3kIP1Gu141qYvZ 25X6mcYjyU1ZP8ubC4AgjXMcZaR2ds4/2eEQW/N0uuVmeiG92PX1SXKGSAE0xmBHFPzIGUlpjul B7sTRoZ4+U/c52 X-Google-Smtp-Source: ABdhPJw0qOAAOfPYSwT/gcqoiqdYm9JbTLN7mt+lL9HotKP/valmwwOPpJw3cjroCA5CPkwsN2yLMqaBM78BuDphJ53PlWYV1cS1ZA== X-Received: by 2002:a02:969a:: with SMTP id w26mr12941830jai.96.1610342198400; Sun, 10 Jan 2021 21:16:38 -0800 (PST) Return-Path: Received: from cube.nuviainc.com (c-174-52-16-57.hsd1.ut.comcast.net. [174.52.16.57]) by smtp.gmail.com with ESMTPSA id l78sm14436160ild.30.2021.01.10.19.19.36 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 10 Jan 2021 19:19:39 -0800 (PST) From: "Rebecca Cran" To: devel@edk2.groups.io Cc: Rebecca Cran , Michael D Kinney , Liming Gao , Zhiguang Liu , Sami Mujawar , Alexei Fedorov , Jordan Justen , Andrew Fish , Ray Ni , Jian J Wang , Hao A Wu , Dandan Bi , Eric Dong , Star Zeng , Zhichao Gao , Maciej Rabeda , Jiaxin Wu , Siyuan Fu , Laszlo Ersek , Ard Biesheuvel , Rebecca Cran , Peter Grehan , David Woodhouse , Abner Chang , Nickle Wang , Maurice Ma , Guo Dong , Benjamin You Subject: [PATCH 1/1] Rename SmBios.h to Smbios.h in MdePkg/Include Date: Sun, 10 Jan 2021 20:19:25 -0700 Message-Id: <20210111031925.19959-2-rebecca@nuviainc.com> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20210111031925.19959-1-rebecca@nuviainc.com> References: <20210111031925.19959-1-rebecca@nuviainc.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Rename SmBios.h to Smbios.h in MdePkg/Include/IndustryStandard and MdePkg/Include/Guid, and update references in all other places through the edk2 tree. Signed-off-by: Rebecca Cran --- MdePkg/MdePkg.dec | 4 ++-- DynamicTablesPkg/Include/SmbiosTableGenerator.h | 2 +- EmulatorPkg/CpuRuntimeDxe/CpuDriver.h | 2 +- EmulatorPkg/Include/Library/SmbiosLib.h | 2 +- MdeModulePkg/Application/UiApp/Ui.h | 2 +- MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.h | 4 ++-- MdePkg/Include/Guid/{SmBios.h => Smbios.h} | 0 MdePkg/Include/IndustryStandard/{SmBios.h => Smbios.h} | 0 MdePkg/Include/Protocol/Smbios.h | 2 +- NetworkPkg/UefiPxeBcDxe/PxeBcImpl.h | 4 ++-- OvmfPkg/Bhyve/SmbiosPlatformDxe/SmbiosPlatformDxe.h | 2 +- OvmfPkg/Csm/LegacyBiosDxe/LegacyBiosInterface.h | 4 ++-- OvmfPkg/Library/PlatformBootManagerLib/BdsPlatform.h | 4 ++-- OvmfPkg/Library/PlatformBootManagerLibBhyve/BdsPlatform.h | 4 ++-- OvmfPkg/Library/PlatformBootManagerLibGrub/BdsPlatform.h | 4 ++-- OvmfPkg/SmbiosPlatformDxe/SmbiosPlatformDxe.h | 2 +- RedfishPkg/Include/IndustryStandard/RedfishHostInterface.h | 2 +- RedfishPkg/Include/Library/RedfishHostInterfaceLib.h | 2 +- ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/LibSmbiosView.h | 2 +- ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/PrintInfo.h | 2 +- ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.h | 2 +- UefiPayloadPkg/BlSupportDxe/BlSupportDxe.h | 2 +- DynamicTablesPkg/Drivers/DynamicTableFactoryDxe/SmbiosTableFactory/SmbiosTableFactory.c | 2 +- EmulatorPkg/PlatformSmbiosDxe/PlatformSmbiosDxe.c | 2 +- EmulatorPkg/PlatformSmbiosDxe/SmbiosTable.c | 2 +- MdeModulePkg/Universal/SmbiosMeasurementDxe/SmbiosMeasurementDxe.c | 4 ++-- NetworkPkg/Library/DxeNetLib/DxeNetLib.c | 4 ++-- OvmfPkg/EnrollDefaultKeys/EnrollDefaultKeys.c | 2 +- OvmfPkg/Library/SmbiosVersionLib/DetectSmbiosVersionLib.c | 2 +- ShellPkg/Library/UefiShellDebug1CommandsLib/Dmem.c | 2 +- ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/LibSmbiosView.c | 2 +- 31 files changed, 38 insertions(+), 38 deletions(-) diff --git a/MdePkg/MdePkg.dec b/MdePkg/MdePkg.dec index 3928db65d188..4d17b998e448 100644 --- a/MdePkg/MdePkg.dec +++ b/MdePkg/MdePkg.dec @@ -331,7 +331,7 @@ [Guids] ## Include/Guid/Acpi.h gEfiAcpi10TableGuid = { 0xEB9D2D30, 0x2D88, 0x11D3, { 0x9A, 0x16, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }} - ## Include/Guid/SmBios.h + ## Include/Guid/Smbios.h gEfiSmbiosTableGuid = { 0xEB9D2D31, 0x2D88, 0x11D3, { 0x9A, 0x16, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }} ## Include/Guid/Mps.h @@ -625,7 +625,7 @@ [Guids] gEfiPaddingRsaesPkcs1V1P5Guid = { 0xe1c1d0a9, 0x40b1, 0x4632, {0xbd, 0xcc, 0xd9, 0xd6, 0xe5, 0x29, 0x56, 0x31 }} gEfiPaddingRsaesOaepGuid = { 0xc1e63ac4, 0xd0cf, 0x4ce6, {0x83, 0x5b, 0xee, 0xd0, 0xe6, 0xa8, 0xa4, 0x5b }} - ## Include/Guid/SmBios.h + ## Include/Guid/Smbios.h gEfiSmbios3TableGuid = { 0xF2FD1544, 0x9794, 0x4A2C, { 0x99, 0x2E, 0xE5, 0xBB, 0xCF, 0x20, 0xE3, 0x94 }} ## Include/Protocol/BootManagerPolicy.h diff --git a/DynamicTablesPkg/Include/SmbiosTableGenerator.h b/DynamicTablesPkg/Include/SmbiosTableGenerator.h index 9fbf9fc0ccf4..7509ab40fb35 100644 --- a/DynamicTablesPkg/Include/SmbiosTableGenerator.h +++ b/DynamicTablesPkg/Include/SmbiosTableGenerator.h @@ -9,7 +9,7 @@ #ifndef SMBIOS_TABLE_GENERATOR_H_ #define SMBIOS_TABLE_GENERATOR_H_ -#include +#include #include diff --git a/EmulatorPkg/CpuRuntimeDxe/CpuDriver.h b/EmulatorPkg/CpuRuntimeDxe/CpuDriver.h index b191cbd0481f..0eedafe1baa8 100644 --- a/EmulatorPkg/CpuRuntimeDxe/CpuDriver.h +++ b/EmulatorPkg/CpuRuntimeDxe/CpuDriver.h @@ -12,7 +12,7 @@ SPDX-License-Identifier: BSD-2-Clause-Patent #include -#include +#include #include #include diff --git a/EmulatorPkg/Include/Library/SmbiosLib.h b/EmulatorPkg/Include/Library/SmbiosLib.h index 1022b48c5eca..ac8057e7bdc3 100644 --- a/EmulatorPkg/Include/Library/SmbiosLib.h +++ b/EmulatorPkg/Include/Library/SmbiosLib.h @@ -12,7 +12,7 @@ SPDX-License-Identifier: BSD-2-Clause-Patent #ifndef _SMBIOS_LIB_H__ #define _SMBIOS_LIB_H__ -#include +#include #include diff --git a/MdeModulePkg/Application/UiApp/Ui.h b/MdeModulePkg/Application/UiApp/Ui.h index 56e54033b891..627b965b56f6 100644 --- a/MdeModulePkg/Application/UiApp/Ui.h +++ b/MdeModulePkg/Application/UiApp/Ui.h @@ -10,7 +10,7 @@ SPDX-License-Identifier: BSD-2-Clause-Patent #ifndef _BDS_MODULE_H_ #define _BDS_MODULE_H_ -#include +#include #include #include diff --git a/MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.h b/MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.h index f97c85ae4067..605387952b4a 100644 --- a/MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.h +++ b/MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.h @@ -13,9 +13,9 @@ SPDX-License-Identifier: BSD-2-Clause-Patent #include #include -#include +#include #include -#include +#include #include #include #include diff --git a/MdePkg/Include/Guid/SmBios.h b/MdePkg/Include/Guid/Smbios.h similarity index 100% rename from MdePkg/Include/Guid/SmBios.h rename to MdePkg/Include/Guid/Smbios.h diff --git a/MdePkg/Include/IndustryStandard/SmBios.h b/MdePkg/Include/IndustryStandard/Smbios.h similarity index 100% rename from MdePkg/Include/IndustryStandard/SmBios.h rename to MdePkg/Include/IndustryStandard/Smbios.h diff --git a/MdePkg/Include/Protocol/Smbios.h b/MdePkg/Include/Protocol/Smbios.h index ee39636bffaf..b84a7de945b4 100644 --- a/MdePkg/Include/Protocol/Smbios.h +++ b/MdePkg/Include/Protocol/Smbios.h @@ -21,7 +21,7 @@ #ifndef __SMBIOS_PROTOCOL_H__ #define __SMBIOS_PROTOCOL_H__ -#include +#include #define EFI_SMBIOS_PROTOCOL_GUID \ { 0x3583ff6, 0xcb36, 0x4940, { 0x94, 0x7e, 0xb9, 0xb3, 0x9f, 0x4a, 0xfa, 0xf7 }} diff --git a/NetworkPkg/UefiPxeBcDxe/PxeBcImpl.h b/NetworkPkg/UefiPxeBcDxe/PxeBcImpl.h index fa4950c6235c..02368f89a788 100644 --- a/NetworkPkg/UefiPxeBcDxe/PxeBcImpl.h +++ b/NetworkPkg/UefiPxeBcDxe/PxeBcImpl.h @@ -13,8 +13,8 @@ #include -#include -#include +#include +#include #include #include #include diff --git a/OvmfPkg/Bhyve/SmbiosPlatformDxe/SmbiosPlatformDxe.h b/OvmfPkg/Bhyve/SmbiosPlatformDxe/SmbiosPlatformDxe.h index 12d7be7b2411..b0baa40aa68d 100644 --- a/OvmfPkg/Bhyve/SmbiosPlatformDxe/SmbiosPlatformDxe.h +++ b/OvmfPkg/Bhyve/SmbiosPlatformDxe/SmbiosPlatformDxe.h @@ -14,7 +14,7 @@ #include #include -#include +#include #include #include #include diff --git a/OvmfPkg/Csm/LegacyBiosDxe/LegacyBiosInterface.h b/OvmfPkg/Csm/LegacyBiosDxe/LegacyBiosInterface.h index 88ec93d428bf..64f8b30790ef 100644 --- a/OvmfPkg/Csm/LegacyBiosDxe/LegacyBiosInterface.h +++ b/OvmfPkg/Csm/LegacyBiosDxe/LegacyBiosInterface.h @@ -12,10 +12,10 @@ SPDX-License-Identifier: BSD-2-Clause-Patent #include #include -#include +#include #include -#include +#include #include #include #include diff --git a/OvmfPkg/Library/PlatformBootManagerLib/BdsPlatform.h b/OvmfPkg/Library/PlatformBootManagerLib/BdsPlatform.h index 153e21510156..d9320a859d18 100644 --- a/OvmfPkg/Library/PlatformBootManagerLib/BdsPlatform.h +++ b/OvmfPkg/Library/PlatformBootManagerLib/BdsPlatform.h @@ -22,7 +22,7 @@ Module Name: #include #include -#include +#include #include #include @@ -56,7 +56,7 @@ Module Name: #include #include -#include +#include #include #include #include diff --git a/OvmfPkg/Library/PlatformBootManagerLibBhyve/BdsPlatform.h b/OvmfPkg/Library/PlatformBootManagerLibBhyve/BdsPlatform.h index 382fe191a93e..9fa1125b78eb 100644 --- a/OvmfPkg/Library/PlatformBootManagerLibBhyve/BdsPlatform.h +++ b/OvmfPkg/Library/PlatformBootManagerLibBhyve/BdsPlatform.h @@ -23,7 +23,7 @@ Module Name: #include #include -#include +#include #include #include @@ -57,7 +57,7 @@ Module Name: #include #include -#include +#include #include #include #include diff --git a/OvmfPkg/Library/PlatformBootManagerLibGrub/BdsPlatform.h b/OvmfPkg/Library/PlatformBootManagerLibGrub/BdsPlatform.h index 748c63081920..a1748fe020fa 100644 --- a/OvmfPkg/Library/PlatformBootManagerLibGrub/BdsPlatform.h +++ b/OvmfPkg/Library/PlatformBootManagerLibGrub/BdsPlatform.h @@ -23,7 +23,7 @@ Module Name: #include #include -#include +#include #include #include @@ -52,7 +52,7 @@ Module Name: #include #include -#include +#include #include #include #include diff --git a/OvmfPkg/SmbiosPlatformDxe/SmbiosPlatformDxe.h b/OvmfPkg/SmbiosPlatformDxe/SmbiosPlatformDxe.h index 21aa916d7784..5b62f67808ec 100644 --- a/OvmfPkg/SmbiosPlatformDxe/SmbiosPlatformDxe.h +++ b/OvmfPkg/SmbiosPlatformDxe/SmbiosPlatformDxe.h @@ -14,7 +14,7 @@ #include #include -#include +#include #include #include #include diff --git a/RedfishPkg/Include/IndustryStandard/RedfishHostInterface.h b/RedfishPkg/Include/IndustryStandard/RedfishHostInterface.h index 3eec7a0b0e9d..5419681fd3d0 100644 --- a/RedfishPkg/Include/IndustryStandard/RedfishHostInterface.h +++ b/RedfishPkg/Include/IndustryStandard/RedfishHostInterface.h @@ -10,7 +10,7 @@ #ifndef REDFISH_HOST_INTERFACE_ #define REDFISH_HOST_INTERFACE_ -#include +#include #define REDFISH_HOST_INTERFACE_DEVICE_TYPE_USB 0x02 // We don't support this type of interface. // Use REDFISH_HOST_INTERFACE_DEVICE_TYPE_USB_V2 instead. diff --git a/RedfishPkg/Include/Library/RedfishHostInterfaceLib.h b/RedfishPkg/Include/Library/RedfishHostInterfaceLib.h index fe37b2739a73..325a75624146 100644 --- a/RedfishPkg/Include/Library/RedfishHostInterfaceLib.h +++ b/RedfishPkg/Include/Library/RedfishHostInterfaceLib.h @@ -11,7 +11,7 @@ #include #include -#include +#include #include diff --git a/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/LibSmbiosView.h b/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/LibSmbiosView.h index 14013fe29aa0..eb91e8a264ca 100644 --- a/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/LibSmbiosView.h +++ b/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/LibSmbiosView.h @@ -9,7 +9,7 @@ #ifndef _LIB_SMBIOS_VIEW_H_ #define _LIB_SMBIOS_VIEW_H_ -#include +#include #define DMI_SUCCESS 0x00 #define DMI_UNKNOWN_FUNCTION 0x81 diff --git a/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/PrintInfo.h b/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/PrintInfo.h index fd219773de17..21ae6d6731c0 100644 --- a/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/PrintInfo.h +++ b/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/PrintInfo.h @@ -10,7 +10,7 @@ #ifndef _SMBIOS_PRINT_INFO_H_ #define _SMBIOS_PRINT_INFO_H_ -#include +#include extern UINT8 SmbiosMajorVersion; extern UINT8 SmbiosMinorVersion; diff --git a/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.h b/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.h index 756009b2f2a1..589c9178ec79 100644 --- a/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.h +++ b/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.h @@ -10,7 +10,7 @@ #ifndef _SMBIOS_QUERY_TABLE_H_ #define _SMBIOS_QUERY_TABLE_H_ -#include +#include #define QUERY_TABLE_UNFOUND 0xFF diff --git a/UefiPayloadPkg/BlSupportDxe/BlSupportDxe.h b/UefiPayloadPkg/BlSupportDxe/BlSupportDxe.h index 512105fafd11..66f359069e49 100644 --- a/UefiPayloadPkg/BlSupportDxe/BlSupportDxe.h +++ b/UefiPayloadPkg/BlSupportDxe/BlSupportDxe.h @@ -20,7 +20,7 @@ SPDX-License-Identifier: BSD-2-Clause-Patent #include #include -#include +#include #include #include #include diff --git a/DynamicTablesPkg/Drivers/DynamicTableFactoryDxe/SmbiosTableFactory/SmbiosTableFactory.c b/DynamicTablesPkg/Drivers/DynamicTableFactoryDxe/SmbiosTableFactory/SmbiosTableFactory.c index e3a47c2b9a46..619d262ad0a9 100644 --- a/DynamicTablesPkg/Drivers/DynamicTableFactoryDxe/SmbiosTableFactory/SmbiosTableFactory.c +++ b/DynamicTablesPkg/Drivers/DynamicTableFactoryDxe/SmbiosTableFactory/SmbiosTableFactory.c @@ -9,7 +9,7 @@ - Std - Standard **/ -#include +#include #include #include #include diff --git a/EmulatorPkg/PlatformSmbiosDxe/PlatformSmbiosDxe.c b/EmulatorPkg/PlatformSmbiosDxe/PlatformSmbiosDxe.c index 48a3bfb5e97e..1e448aba1eb8 100644 --- a/EmulatorPkg/PlatformSmbiosDxe/PlatformSmbiosDxe.c +++ b/EmulatorPkg/PlatformSmbiosDxe/PlatformSmbiosDxe.c @@ -8,7 +8,7 @@ **/ #include -#include +#include #include #include diff --git a/EmulatorPkg/PlatformSmbiosDxe/SmbiosTable.c b/EmulatorPkg/PlatformSmbiosDxe/SmbiosTable.c index 11c8e945041d..f61841b50fef 100644 --- a/EmulatorPkg/PlatformSmbiosDxe/SmbiosTable.c +++ b/EmulatorPkg/PlatformSmbiosDxe/SmbiosTable.c @@ -19,7 +19,7 @@ **/ #include -#include +#include #include #include diff --git a/MdeModulePkg/Universal/SmbiosMeasurementDxe/SmbiosMeasurementDxe.c b/MdeModulePkg/Universal/SmbiosMeasurementDxe/SmbiosMeasurementDxe.c index 1050c9b17b87..ced90c078524 100644 --- a/MdeModulePkg/Universal/SmbiosMeasurementDxe/SmbiosMeasurementDxe.c +++ b/MdeModulePkg/Universal/SmbiosMeasurementDxe/SmbiosMeasurementDxe.c @@ -9,10 +9,10 @@ SPDX-License-Identifier: BSD-2-Clause-Patent #include #include -#include +#include #include #include -#include +#include #include #include #include diff --git a/NetworkPkg/Library/DxeNetLib/DxeNetLib.c b/NetworkPkg/Library/DxeNetLib/DxeNetLib.c index 2a555a7b90fa..723b1e734363 100644 --- a/NetworkPkg/Library/DxeNetLib/DxeNetLib.c +++ b/NetworkPkg/Library/DxeNetLib/DxeNetLib.c @@ -8,7 +8,7 @@ SPDX-License-Identifier: BSD-2-Clause-Patent #include -#include +#include #include #include @@ -19,7 +19,7 @@ SPDX-License-Identifier: BSD-2-Clause-Patent #include #include -#include +#include #include #include diff --git a/OvmfPkg/EnrollDefaultKeys/EnrollDefaultKeys.c b/OvmfPkg/EnrollDefaultKeys/EnrollDefaultKeys.c index 302b80d97720..0b428a6234bb 100644 --- a/OvmfPkg/EnrollDefaultKeys/EnrollDefaultKeys.c +++ b/OvmfPkg/EnrollDefaultKeys/EnrollDefaultKeys.c @@ -10,7 +10,7 @@ #include // EFI_IMAGE_SECURITY_DATABASE #include // gMicrosoftVendorGuid #include // gOvmfPkKek1AppPrefixGuid -#include // SMBIOS_HANDLE_PI_RESERVED +#include // SMBIOS_HANDLE_PI_RESERVED #include // GUID_STRING_LENGTH #include // CopyGuid() #include // ASSERT() diff --git a/OvmfPkg/Library/SmbiosVersionLib/DetectSmbiosVersionLib.c b/OvmfPkg/Library/SmbiosVersionLib/DetectSmbiosVersionLib.c index 4d2c23cfb39f..c04b3643b1d0 100644 --- a/OvmfPkg/Library/SmbiosVersionLib/DetectSmbiosVersionLib.c +++ b/OvmfPkg/Library/SmbiosVersionLib/DetectSmbiosVersionLib.c @@ -11,7 +11,7 @@ **/ -#include +#include #include #include diff --git a/ShellPkg/Library/UefiShellDebug1CommandsLib/Dmem.c b/ShellPkg/Library/UefiShellDebug1CommandsLib/Dmem.c index e6aec2e37ccf..16766295b0c6 100644 --- a/ShellPkg/Library/UefiShellDebug1CommandsLib/Dmem.c +++ b/ShellPkg/Library/UefiShellDebug1CommandsLib/Dmem.c @@ -12,7 +12,7 @@ #include #include #include -#include +#include /** Make a printable character. diff --git a/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/LibSmbiosView.c b/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/LibSmbiosView.c index dad9b3c1ff6c..c5d39c3aaffc 100644 --- a/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/LibSmbiosView.c +++ b/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/LibSmbiosView.c @@ -8,7 +8,7 @@ #include "UefiShellDebug1CommandsLib.h" -#include +#include #include "LibSmbiosView.h" #include "SmbiosView.h" -- 2.26.2