perf trace beauty seccomp: Remove seccomp.h include
authorArnaldo Carvalho de Melo <[email protected]>
Tue, 12 Jul 2016 14:03:20 +0000 (11:03 -0300)
committerArnaldo Carvalho de Melo <[email protected]>
Tue, 12 Jul 2016 18:20:38 +0000 (15:20 -0300)
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 <[email protected]>
Cc: David Ahern <[email protected]>
Cc: Jiri Olsa <[email protected]>
Cc: Namhyung Kim <[email protected]>
Cc: Wang Nan <[email protected]>
Link: http://lkml.kernel.org/n/[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
tools/perf/trace/beauty/seccomp.c

index 213c5a7e3e92178a667e9df3785fc58b25cdd21b..356441bce27dab5e46219d1f761432538ab3a059 100644 (file)
@@ -1,5 +1,3 @@
-#include <linux/seccomp.h>
-
 #ifndef SECCOMP_SET_MODE_STRICT
 #define SECCOMP_SET_MODE_STRICT 0
 #endif