From eb0082450f8e6f5206c1ceaeb00f88f87663c19d Mon Sep 17 00:00:00 2001 From: Reshma Pattan Date: Mon, 12 Jun 2017 10:46:11 +0100 Subject: [PATCH] pdump: remove unnecessary header include Missed to remove unnecessary header file rte_pci.h. Removed it now. Fixes: bb900072ffaa ("pdump: revert PCI device name conversion") Signed-off-by: Reshma Pattan --- lib/librte_pdump/rte_pdump.c | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/librte_pdump/rte_pdump.c b/lib/librte_pdump/rte_pdump.c index b599d65d62..729e79a360 100644 --- a/lib/librte_pdump/rte_pdump.c +++ b/lib/librte_pdump/rte_pdump.c @@ -46,7 +46,6 @@ #include #include #include -#include #include "rte_pdump.h" -- 2.20.1