From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from proxy.6wind.com (host.76.145.23.62.rev.coltfrance.com [62.23.145.76]) by dpdk.org (Postfix) with ESMTP id C2C812986 for ; Tue, 11 Apr 2017 10:23:04 +0200 (CEST) Received: from 6wind.com (unknown [10.16.0.184]) by proxy.6wind.com (Postfix) with SMTP id 5013228151; Tue, 11 Apr 2017 10:22:58 +0200 (CEST) Received: by 6wind.com (sSMTP sendmail emulation); Tue, 11 Apr 2017 10:22:57 +0200 From: Pascal Mazon To: reshma.pattan@intel.com Cc: dev@dpdk.org, Pascal Mazon Date: Tue, 11 Apr 2017 10:22:54 +0200 Message-Id: X-Mailer: git-send-email 2.12.0.306.g4a9b9b3 Subject: [dpdk-dev] [PATCH] app/testpmd: fix duplicated rte_metrics.h include X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Apr 2017 08:23:05 -0000 Fixes: 62d3216d6194 ("app/testpmd: add latency statistics calculation") Signed-off-by: Pascal Mazon --- app/test-pmd/testpmd.c | 1 - 1 file changed, 1 deletion(-) diff --git a/app/test-pmd/testpmd.c b/app/test-pmd/testpmd.c index d6bd2b20ecfd..6117deed1f6d 100644 --- a/app/test-pmd/testpmd.c +++ b/app/test-pmd/testpmd.c @@ -83,7 +83,6 @@ #ifdef RTE_LIBRTE_BITRATE #include #endif -#include #ifdef RTE_LIBRTE_LATENCY_STATS #include #endif -- 2.12.0.306.g4a9b9b3