From: Reshma Pattan Date: Mon, 12 Jun 2017 09:46:11 +0000 (+0100) Subject: pdump: remove unnecessary header include X-Git-Tag: spdx-start~3005 X-Git-Url: http://git.droids-corp.org/?p=dpdk.git;a=commitdiff_plain;h=eb0082450f8e6f5206c1ceaeb00f88f87663c19d 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 --- 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"