[dpdk-dev,16/19] app/proc-info: remove duplicate include

Message ID 20170711185546.26138-17-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 <stephen@networkplumber.org>
---
 app/proc_info/main.c | 1 -
 1 file changed, 1 deletion(-)
  

Patch

diff --git a/app/proc_info/main.c b/app/proc_info/main.c
index d4f6a8236e3f..8b753a2ee01b 100644
--- a/app/proc_info/main.c
+++ b/app/proc_info/main.c
@@ -53,7 +53,6 @@ 
 #include <rte_tailq.h>
 #include <rte_per_lcore.h>
 #include <rte_lcore.h>
-#include <rte_debug.h>
 #include <rte_log.h>
 #include <rte_atomic.h>
 #include <rte_branch_prediction.h>