[dpdk-dev,03/19] cmdline: remove duplicate include of errno.h

Message ID 20170711185546.26138-4-stephen@networkplumber.org (mailing list archive)
State Accepted, archived
Headers

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/Intel-compilation fail Compilation issues

Commit Message

Stephen Hemminger July 11, 2017, 6:55 p.m. UTC
  Signed-off-by: Stephen Hemminger <sthemmin@microsoft.com>
---
 lib/librte_cmdline/cmdline_parse_etheraddr.c | 1 -
 1 file changed, 1 deletion(-)
  

Patch

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 <inttypes.h>
 #include <ctype.h>
 #include <string.h>
-#include <errno.h>
 #include <sys/types.h>
 #include <net/ethernet.h>