From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: [PATCH] drivers/dpaa: remove duplicate includes Date: Fri, 6 Oct 2017 18:10:52 +0200 Message-ID: <20171006161052.13390-1-thomas@monjalon.net> Cc: dev@dpdk.org To: shreyansh.jain@nxp.com Return-path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 710741B1C4 for ; Fri, 6 Oct 2017 18:11:00 +0200 (CEST) List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Fixes: 866c306ff03f ("mempool/dpaa: support NXP DPAA mempool") Fixes: 37f9b54bd3cf ("net/dpaa: support Tx and Rx queue setup") Signed-off-by: Thomas Monjalon --- drivers/mempool/dpaa/dpaa_mempool.h | 1 - drivers/net/dpaa/dpaa_rxtx.c | 2 -- 2 files changed, 3 deletions(-) diff --git a/drivers/mempool/dpaa/dpaa_mempool.h b/drivers/mempool/dpaa/dpaa_mempool.h index de33c0cf1..679585946 100644 --- a/drivers/mempool/dpaa/dpaa_mempool.h +++ b/drivers/mempool/dpaa/dpaa_mempool.h @@ -37,7 +37,6 @@ #include #include #include -#include #include diff --git a/drivers/net/dpaa/dpaa_rxtx.c b/drivers/net/dpaa/dpaa_rxtx.c index d73f9cbe7..0433f3bb1 100644 --- a/drivers/net/dpaa/dpaa_rxtx.c +++ b/drivers/net/dpaa/dpaa_rxtx.c @@ -32,7 +32,6 @@ */ /* System headers */ -#include #include #include #include @@ -56,7 +55,6 @@ #include #include #include -#include #include #include #include -- 2.14.1