pdump: remove unnecessary header include
authorReshma Pattan <reshma.pattan@intel.com>
Mon, 12 Jun 2017 09:46:11 +0000 (10:46 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Wed, 14 Jun 2017 21:45:51 +0000 (23:45 +0200)
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 <reshma.pattan@intel.com>
lib/librte_pdump/rte_pdump.c

index b599d65..729e79a 100644 (file)
@@ -46,7 +46,6 @@
 #include <rte_lcore.h>
 #include <rte_log.h>
 #include <rte_errno.h>
-#include <rte_pci.h>
 
 #include "rte_pdump.h"