examples/ip_pipeline: move config files to separate directory
[dpdk.git] / lib / librte_ip_frag / rte_ip_frag.h
index f673728..52f44c9 100644 (file)
@@ -49,11 +49,12 @@ extern "C" {
 #include <stdio.h>
 
 #include <rte_malloc.h>
-#include <rte_mbuf.h>
 #include <rte_memory.h>
 #include <rte_ip.h>
 #include <rte_byteorder.h>
 
+struct rte_mbuf;
+
 enum {
        IP_LAST_FRAG_IDX,    /**< index of last fragment */
        IP_FIRST_FRAG_IDX,   /**< index of first fragment */