tools/testing/selftests/x86/unwind_vdso.c: Remove duplicate header
authorSabyasachi Gupta <sabyasachi.linux@gmail.com>
Mon, 14 Jan 2019 12:18:02 +0000 (17:48 +0530)
committerShuah Khan <shuah@kernel.org>
Tue, 15 Jan 2019 01:50:42 +0000 (18:50 -0700)
Remove sys/ucontext.h which is included more than once.

Signed-off-by: Sabyasachi Gupta <sabyasachi.linux@gmail.com>
Signed-off-by: Shuah Khan <shuah@kernel.org>
tools/testing/selftests/x86/unwind_vdso.c

index 00a26a8..9731133 100644 (file)
@@ -44,7 +44,6 @@ int main()
 #include <stdbool.h>
 #include <sys/ptrace.h>
 #include <sys/user.h>
-#include <sys/ucontext.h>
 #include <link.h>
 #include <sys/auxv.h>
 #include <dlfcn.h>