From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: [PATCH 03/19] cmdline: remove duplicate include of errno.h Date: Tue, 11 Jul 2017 11:55:30 -0700 Message-ID: <20170711185546.26138-4-stephen@networkplumber.org> References: <20170711185546.26138-1-stephen@networkplumber.org> Cc: Stephen Hemminger , Stephen Hemminger To: dev@dpdk.org Return-path: Received: from mail-pg0-f50.google.com (mail-pg0-f50.google.com [74.125.83.50]) by dpdk.org (Postfix) with ESMTP id 93C175688 for ; Tue, 11 Jul 2017 20:55:59 +0200 (CEST) Received: by mail-pg0-f50.google.com with SMTP id t186so517480pgb.1 for ; Tue, 11 Jul 2017 11:55:59 -0700 (PDT) In-Reply-To: <20170711185546.26138-1-stephen@networkplumber.org> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Signed-off-by: Stephen Hemminger --- lib/librte_cmdline/cmdline_parse_etheraddr.c | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/librte_cmdline/cmdline_parse_etheraddr.c b/lib/librte_cmdline/cmdline_parse_etheraddr.c index dbfe4a613413..da02d2c9f8cb 100644 --- a/lib/librte_cmdline/cmdline_parse_etheraddr.c +++ b/lib/librte_cmdline/cmdline_parse_etheraddr.c @@ -65,7 +65,6 @@ #include #include #include -#include #include #include -- 2.11.0