From: Arnaldo Carvalho de Melo Date: Tue, 12 Jul 2016 14:03:20 +0000 (-0300) Subject: perf trace beauty seccomp: Remove seccomp.h include X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=6e6fec966dcd9eb47952b39def2dee975f3502ff;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git perf trace beauty seccomp: Remove seccomp.h include All we need from it is already conditionally defined, and this header file is not present in older systems, so ditch it. Cc: Adrian Hunter Cc: David Ahern Cc: Jiri Olsa Cc: Namhyung Kim Cc: Wang Nan Link: http://lkml.kernel.org/n/tip-3jxpz9gwahk4e7ltqtnr1rjg@git.kernel.org Signed-off-by: Arnaldo Carvalho de Melo --- diff --git a/tools/perf/trace/beauty/seccomp.c b/tools/perf/trace/beauty/seccomp.c index 213c5a7e3e92..356441bce27d 100644 --- a/tools/perf/trace/beauty/seccomp.c +++ b/tools/perf/trace/beauty/seccomp.c @@ -1,5 +1,3 @@ -#include - #ifndef SECCOMP_SET_MODE_STRICT #define SECCOMP_SET_MODE_STRICT 0 #endif