]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_pci/rte_pci.h
net/octeontx: support fast mbuf free
[dpdk.git] / lib / librte_pci / rte_pci.h
index c87891405c08b6c428efa19fbe3191e8c5df639c..4087771c1e44b24b31ca305c92b2690463d29483 100644 (file)
@@ -17,16 +17,10 @@ extern "C" {
 #endif
 
 #include <stdio.h>
-#include <stdlib.h>
 #include <limits.h>
-#include <errno.h>
 #include <sys/queue.h>
-#include <stdint.h>
 #include <inttypes.h>
 
-#include <rte_debug.h>
-#include <rte_interrupts.h>
-
 /** Formatting string for PCI device identifier: Ex: 0000:00:01.0 */
 #define PCI_PRI_FMT "%.4" PRIx16 ":%.2" PRIx8 ":%.2" PRIx8 ".%" PRIx8
 #define PCI_PRI_STR_SIZE sizeof("XXXXXXXX:XX:XX.X")