From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp26.services.sfr.fr (smtp26.services.sfr.fr [93.17.128.207]) by mx.groups.io with SMTP id smtpd.web10.70330.1674727403672286058 for ; Thu, 26 Jan 2023 02:03:24 -0800 Authentication-Results: mx.groups.io; dkim=fail reason="no key for verify" header.i=@polynum.com header.s=202006 header.b=a829p+MD; spf=pass (domain: sfr.fr, ip: 93.17.128.207, mailfrom: thierry.laronde@sfr.fr) X-mail-filterd: {"version":"1.6.0","queueID":"4P2br975V2z1LQKcm","contextId": "56332540-e6eb-4402-89b8-942ad88a48e4"} Received: from cauchy.polynum.local (20.204.0.93.rev.sfr.net [93.0.204.20]) by msfrf2628.sfr.fr (SMTP Server) with ESMTP id 4P2br975V2z1LQKcm; Thu, 26 Jan 2023 11:03:21 +0100 (CET) X-mail-filterd: {"version":"1.6.0","queueID":"4P2br82FTzz1LQKdT","contextId": "8f2b69fc-0a0e-4c82-8994-620f9c85463f"} X-sfr-mailing: LEGIT X-sfr-spamrating: 36 X-sfr-spam: not-spam DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=polynum.com; s=202006; t=1674727401; h=Date:From:To:Cc:Subject; bh=z3f42JfltSZ8zILIRUsdl7s1L1n6JSSpB 1CGVlzyVYQ=; b=a829p+MDi9dpXQhNIEx/iXivih5rT2JGZzJefOCvbCVG9oCUmZOfzmkOaR2VO D+yKdeIh3O6yER4d8shm0I8xNS6pboMKi3enbiTZbl5M8EbeUNEY2NFa232kRuoRfvkHx8m1jye2 QUQW5xl2CZyzwqjEJ/h+ZrNx2znjwFEhdmf4etZ2rn30uL/zN+KkgEZP8sq6kLc03+i5EvZPLLSE OuNdTzria3jZmLMjIxZ/UfFXiS/GqkAK3hbK+jd/UQiYD2yqandsftZPLyAUIdwEtLLZYYEqAdb4 RodD4b6TyDMEkMw3n1tFuKDf7BbIM/dAAnzasOoJHpz/XBSZKnYdQ== Received: from cauchy.polynum.local (20.204.0.93.rev.sfr.net [93.0.204.20]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: thierry.laronde@sfr.fr) by msfrf2628.sfr.fr (SMTP Server) with ESMTPSA id 4P2br82FTzz1LQKdT; Thu, 26 Jan 2023 11:03:20 +0100 (CET) Authentication-Results: sfr.fr; auth=pass (LOGIN) smtp.auth=thierry.laronde@sfr.fr Received: from cauchy.polynum.local (localhost [127.0.0.1]) by cauchy.polynum.local (8.15.2/8.15.2) with ESMTP id 30QA3Je6007974; Thu, 26 Jan 2023 11:03:19 +0100 (CET) Received: (from tlaronde@localhost) by cauchy.polynum.local (8.15.2/8.14.9/Submit) id 30QA3ING004961; Thu, 26 Jan 2023 11:03:18 +0100 (CET) X-Authentication-Warning: cauchy.polynum.local: tlaronde set sender to thierry.laronde@sfr.fr using -f Date: Thu, 26 Jan 2023 11:03:18 +0100 From: "tlaronde@polynum.com" To: devel@edk2.groups.io Cc: Bob Feng , Liming Gao , Yuwei Chen Subject: [PATCH 1/1] BaseTools: remove useless header inclusion Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline GenFvInternalLib.c: useless inclusion and dependency on uuid.h. >>From 6c0ba96fa11390750e102ebd277f59ef38970394 Mon Sep 17 00:00:00 2001 From: Thierry LARONDE Date: Thu, 26 Jan 2023 10:49:12 +0100 Subject: [PATCH] Remove useless uuid.h include. Signed-off-by: Thierry LARONDE --- BaseTools/Source/C/GenFv/GenFvInternalLib.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/BaseTools/Source/C/GenFv/GenFvInternalLib.c b/BaseTools/Source/C/GenFv/GenFvInternalLib.c index 6bd59515b1..2df7182f8b 100644 --- a/BaseTools/Source/C/GenFv/GenFvInternalLib.c +++ b/BaseTools/Source/C/GenFv/GenFvInternalLib.c @@ -14,11 +14,6 @@ SPDX-License-Identifier: BSD-2-Clause-Patent // Include files // -#if defined(__FreeBSD__) -#include -#elif defined(__GNUC__) -#include -#endif #ifdef __GNUC__ #include #endif -- 2.39.0 -- Thierry Laronde http://www.kergis.com/ http://kertex.kergis.com/ Key fingerprint = 0FF7 E906 FBAF FE95 FD89 250D 52B1 AE95 6006 F40C