aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf
diff options
context:
space:
mode:
authorArnaldo Carvalho de Melo <acme@redhat.com>2016-07-12 10:44:40 -0300
committerArnaldo Carvalho de Melo <acme@redhat.com>2016-07-12 15:20:35 -0300
commite3e1d7e077688c81ee3326d1bf04550549b8a004 (patch)
treeee1724f3a31cda65f7767cca1b9fcf16d5493255 /tools/perf
parentperf tools: Remove unneeded magic.h include from util.h (diff)
downloadlinux-dev-e3e1d7e077688c81ee3326d1bf04550549b8a004.tar.xz
linux-dev-e3e1d7e077688c81ee3326d1bf04550549b8a004.zip
perf trace: Remove unused sys/ptrace.h include
Cc: Adrian Hunter <adrian.hunter@intel.com> Cc: David Ahern <dsahern@gmail.com> Cc: Jiri Olsa <jolsa@kernel.org> Cc: Namhyung Kim <namhyung@kernel.org> Cc: Wang Nan <wangnan0@huawei.com> Link: http://lkml.kernel.org/n/tip-ogtjqc0hxm961djgiwboe2q7@git.kernel.org Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf')
-rw-r--r--tools/perf/builtin-trace.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/perf/builtin-trace.c b/tools/perf/builtin-trace.c
index 570a78c706c2..b8c6766301db 100644
--- a/tools/perf/builtin-trace.c
+++ b/tools/perf/builtin-trace.c
@@ -43,7 +43,6 @@
#include <linux/err.h>
#include <linux/filter.h>
#include <linux/audit.h>
-#include <sys/ptrace.h>
#include <linux/random.h>
#include <linux/stringify.h>