From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] remove unused ring includes Date: Fri, 16 Sep 2016 10:08:58 +0200 Message-ID: <13649019.Yqj2bGVdOB@xps13> References: <1472632466-19941-1-git-send-email-amine.kherbouche@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Amine Kherbouche Return-path: Received: from mail-wm0-f51.google.com (mail-wm0-f51.google.com [74.125.82.51]) by dpdk.org (Postfix) with ESMTP id CE3982C10 for ; Fri, 16 Sep 2016 10:09:00 +0200 (CEST) Received: by mail-wm0-f51.google.com with SMTP id 1so26327105wmz.1 for ; Fri, 16 Sep 2016 01:09:00 -0700 (PDT) In-Reply-To: <1472632466-19941-1-git-send-email-amine.kherbouche@6wind.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2016-08-31 10:34, Amine Kherbouche: > This patch removes all unused headers. > > Signed-off-by: Amine Kherbouche [...] > --- a/examples/performance-thread/common/lthread_int.h > +++ b/examples/performance-thread/common/lthread_int.h > @@ -72,7 +72,6 @@ > #include > #include > #include > -#include It must be replaced by rte_memory.h for __rte_cache_aligned definition. You didn't see it because this example is not built by default. Applied with above fix, thanks