From: Sabyasachi Gupta Date: Mon, 14 Jan 2019 12:18:02 +0000 (+0530) Subject: tools/testing/selftests/x86/unwind_vdso.c: Remove duplicate header X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=b686057e95075b51939ade6b8c9b478a1011342a;p=openwrt%2Fstaging%2Fblogic.git tools/testing/selftests/x86/unwind_vdso.c: Remove duplicate header Remove sys/ucontext.h which is included more than once. Signed-off-by: Sabyasachi Gupta Signed-off-by: Shuah Khan --- diff --git a/tools/testing/selftests/x86/unwind_vdso.c b/tools/testing/selftests/x86/unwind_vdso.c index 00a26a82fa98..97311333700e 100644 --- a/tools/testing/selftests/x86/unwind_vdso.c +++ b/tools/testing/selftests/x86/unwind_vdso.c @@ -44,7 +44,6 @@ int main() #include #include #include -#include #include #include #include