X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=examples%2Fvm_power_manager%2Fmain.c;h=97178d1435e8f7d42e191a7bd072423c5422b34d;hb=04aa6b9c5fd7616828e0ebe8b4747a2614aa220e;hp=875274ee393c218cbb6568681625b1c1f679b842;hpb=8db653ff7889582327567b086eae438c61c3c499;p=dpdk.git diff --git a/examples/vm_power_manager/main.c b/examples/vm_power_manager/main.c index 875274ee39..97178d1435 100644 --- a/examples/vm_power_manager/main.c +++ b/examples/vm_power_manager/main.c @@ -52,13 +52,11 @@ #include #include #include -#include #include "channel_manager.h" #include "channel_monitor.h" #include "power_manager.h" #include "vm_power_cli.h" -#include "main.h" static int run_monitor(__attribute__((unused)) void *arg) @@ -82,7 +80,7 @@ sig_handler(int signo) } int -MAIN(int argc, char **argv) +main(int argc, char **argv) { int ret; unsigned lcore_id;