diff options
Diffstat (limited to 'test/syscalls/linux/arch_prctl.cc')
-rw-r--r-- | test/syscalls/linux/arch_prctl.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/syscalls/linux/arch_prctl.cc b/test/syscalls/linux/arch_prctl.cc index 3a901faf5..81bf5a775 100644 --- a/test/syscalls/linux/arch_prctl.cc +++ b/test/syscalls/linux/arch_prctl.cc @@ -14,10 +14,8 @@ #include <asm/prctl.h> #include <sys/prctl.h> -#include <sys/syscall.h> #include "gtest/gtest.h" -#include "test/util/file_descriptor.h" #include "test/util/test_util.h" // glibc does not provide a prototype for arch_prctl() so declare it here. |