table: remove inclusion of mbuf header
[dpdk.git] / lib / librte_table / rte_table.h
index d57bc33..6e51fe6 100644 (file)
@@ -55,9 +55,10 @@ extern "C" {
  ***/
 
 #include <stdint.h>
-#include <rte_mbuf.h>
 #include <rte_port.h>
 
+struct rte_mbuf;
+
 /**
  * Lookup table create
  *