aboutsummaryrefslogtreecommitdiffstats
path: root/executor
diff options
context:
space:
mode:
Diffstat (limited to 'executor')
-rw-r--r--executor/executor.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/executor/executor.cc b/executor/executor.cc
index ce8d0ed2f..cd0e406ff 100644
--- a/executor/executor.cc
+++ b/executor/executor.cc
@@ -8,7 +8,6 @@
#include <fcntl.h>
#include <limits.h>
#include <linux/futex.h>
-#include <linux/reboot.h>
#include <pthread.h>
#include <setjmp.h>
#include <signal.h>
@@ -19,7 +18,6 @@
#include <string.h>
#include <sys/ioctl.h>
#include <sys/prctl.h>
-#include <sys/reboot.h>
#include <sys/stat.h>
#include <sys/syscall.h>
#include <sys/time.h>