diff options
Diffstat (limited to 'examples/vm_power_manager/guest_cli')
-rw-r--r-- | examples/vm_power_manager/guest_cli/main.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/vm_power_manager/guest_cli/main.c b/examples/vm_power_manager/guest_cli/main.c index 5ac98ed3..ac2b1fa5 100644 --- a/examples/vm_power_manager/guest_cli/main.c +++ b/examples/vm_power_manager/guest_cli/main.c @@ -35,12 +35,10 @@ #include <stdio.h> #include <string.h> #include <stdint.h> -#include <errno.h> #include <sys/epoll.h> #include <fcntl.h> #include <unistd.h> #include <stdlib.h> -#include <unistd.h> #include <errno.h> */ #include <signal.h> |