]> git.droids-corp.org - dpdk.git/blobdiff - examples/ip_fragmentation/main.c
tailq: remove unneeded inclusions
[dpdk.git] / examples / ip_fragmentation / main.c
index 0ad8fcac86465069cb1706760f2b0b6b53cd5773..93ea2a1e8c6965f340d23b0ab6da0ab59f60b69e 100644 (file)
@@ -49,7 +49,6 @@
 #include <rte_memory.h>
 #include <rte_memcpy.h>
 #include <rte_memzone.h>
-#include <rte_tailq.h>
 #include <rte_eal.h>
 #include <rte_per_lcore.h>
 #include <rte_launch.h>
@@ -75,8 +74,6 @@
 
 #include <rte_ip_frag.h>
 
-#include "main.h"
-
 #define RTE_LOGTYPE_IP_FRAG RTE_LOGTYPE_USER1
 
 #define MBUF_SIZE (2048 + sizeof(struct rte_mbuf) + RTE_PKTMBUF_HEADROOM)
@@ -807,7 +804,7 @@ init_mem(void)
 }
 
 int
-MAIN(int argc, char **argv)
+main(int argc, char **argv)
 {
        struct lcore_queue_conf *qconf;
        struct rte_eth_dev_info dev_info;