From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] eal: remove unnecessary dirent.h include Date: Wed, 19 Dec 2018 01:30:14 +0100 Message-ID: <8585248.3BPebXiuNY@xps> References: <20181214164000.9667-1-jeffrey.b.shaw@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Ferruh Yigit , Rami Rosen To: Jeff Shaw Return-path: Received: from wout2-smtp.messagingengine.com (wout2-smtp.messagingengine.com [64.147.123.25]) by dpdk.org (Postfix) with ESMTP id C5EB71B604 for ; Wed, 19 Dec 2018 01:30:17 +0100 (CET) In-Reply-To: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 18/12/2018 00:58, Ferruh Yigit: > On 12/17/2018 3:42 PM, Rami Rosen wrote: > > On Fri, 14 Dec 2018 at 18:43, Jeff Shaw wrote: > >> > >> Prior to this patch, the two affected .c files include > >> unnecessarily. This commit removes the include lines. > >> > >> Signed-off-by: Jeff Shaw > > > > Reviewed-by: Rami Rosen > > Reviewed-by: Ferruh Yigit Applied, thanks