From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=134.134.136.31; helo=mga06.intel.com; envelope-from=ruiyu.ni@intel.com; receiver=edk2-devel@lists.01.org Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id BB03421A07A82 for ; Tue, 18 Sep 2018 01:43:56 -0700 (PDT) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 18 Sep 2018 01:43:56 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.53,389,1531810800"; d="scan'208";a="92699074" Received: from ray-dev.ccr.corp.intel.com (HELO [10.239.9.8]) ([10.239.9.8]) by orsmga002.jf.intel.com with ESMTP; 18 Sep 2018 01:43:55 -0700 To: shenglei , edk2-devel@lists.01.org Cc: Michael D Kinney , Liming Gao References: <20180918032903.31668-1-shenglei.zhang@intel.com> <20180918032903.31668-2-shenglei.zhang@intel.com> From: "Ni, Ruiyu" Message-ID: Date: Tue, 18 Sep 2018 16:44:49 +0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <20180918032903.31668-2-shenglei.zhang@intel.com> Subject: Re: [PATCH] MdePkg UefiPciLibPciRootBridgeIo: Remove redundant dependency X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Sep 2018 08:43:56 -0000 Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit On 9/18/2018 11:29 AM, shenglei wrote: > PiDxe.h is not used PciSegmentLib.h. > So "#include " is deleted. > https://bugzilla.tianocore.org/show_bug.cgi?id=1183 > > Cc: Michael D Kinney > Cc: Liming Gao > Contributed-under: TianoCore Contribution Agreement 1.1 > Signed-off-by: shenglei > --- > MdePkg/Library/UefiPciLibPciRootBridgeIo/PciLib.c | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/MdePkg/Library/UefiPciLibPciRootBridgeIo/PciLib.c b/MdePkg/Library/UefiPciLibPciRootBridgeIo/PciLib.c > index 575d9c1f91..f89e3e2551 100644 > --- a/MdePkg/Library/UefiPciLibPciRootBridgeIo/PciLib.c > +++ b/MdePkg/Library/UefiPciLibPciRootBridgeIo/PciLib.c > @@ -13,8 +13,6 @@ > > **/ > > -#include > - > #include > > #include > Reviewed-by: Ruiyu Ni -- Thanks, Ray