]> git.droids-corp.org - dpdk.git/blobdiff - examples/l3fwd-acl/main.c
examples: no more bare metal environment
[dpdk.git] / examples / l3fwd-acl / main.c
index f12e5bb8a684d764898dff30f696baf265733363..4487c9553a4c888e446d37ba0939cf09da8d3266 100644 (file)
@@ -73,8 +73,6 @@
 #include <rte_string_fns.h>
 #include <rte_acl.h>
 
-#include "main.h"
-
 #define DO_RFC_1812_CHECKS
 
 #define RTE_LOGTYPE_L3FWD RTE_LOGTYPE_USER1
@@ -1923,7 +1921,7 @@ check_all_ports_link_status(uint8_t port_num, uint32_t port_mask)
 }
 
 int
-MAIN(int argc, char **argv)
+main(int argc, char **argv)
 {
        struct lcore_conf *qconf;
        struct rte_eth_dev_info dev_info;