X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=examples%2Ftimer%2Fmain.c;h=37ad559eb58b163c0759133d018f71e2f59e3b18;hb=ae34410a8a8aff1b8382e16fcc89353648355be0;hp=a5ff0151211c97c8f26a06460b9f7b9b89632bfd;hpb=3031749c2df04a63cdcef186dcce3781e61436e8;p=dpdk.git diff --git a/examples/timer/main.c b/examples/timer/main.c index a5ff015121..37ad559eb5 100644 --- a/examples/timer/main.c +++ b/examples/timer/main.c @@ -41,7 +41,6 @@ #include #include #include -#include #include #include #include @@ -49,8 +48,6 @@ #include #include -#include "main.h" - #define TIMER_RESOLUTION_CYCLES 20000000ULL /* around 10ms at 2 Ghz */ static struct rte_timer timer0; @@ -115,7 +112,7 @@ lcore_mainloop(__attribute__((unused)) void *arg) } int -MAIN(int argc, char **argv) +main(int argc, char **argv) { int ret; uint64_t hz;