aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/annotate.c
diff options
context:
space:
mode:
authorTiezhu Yang <[email protected]>2020-06-02 04:15:04 +0000
committerArnaldo Carvalho de Melo <[email protected]>2020-06-02 14:09:41 +0000
commit3e9b26dc2268cfbeef85bee095f883264c18425c (patch)
tree2475c288aaf07fa40b5efa3b72ce0fe6723f3f9b /tools/perf/util/annotate.c
parentperf symbols: Fix kernel maps for kcore and eBPF (diff)
downloadkernel-3e9b26dc2268cfbeef85bee095f883264c18425c.tar.gz
kernel-3e9b26dc2268cfbeef85bee095f883264c18425c.zip
perf tools: Remove some duplicated includes
There exists some duplicated includes in tools/perf, remove them. Signed-off-by: Tiezhu Yang <[email protected]> Cc: Alexander Shishkin <[email protected]> Cc: Jiri Olsa <[email protected]> Cc: Mark Rutland <[email protected]> Cc: Namhyung Kim <[email protected]> Cc: Peter Zijlstra <[email protected]> Cc: xuefeng li <[email protected]> Link: http://lore.kernel.org/lkml/[email protected] Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
Diffstat (limited to 'tools/perf/util/annotate.c')
-rw-r--r--tools/perf/util/annotate.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/perf/util/annotate.c b/tools/perf/util/annotate.c
index d828c2d2edee..76bfb4a9d94e 100644
--- a/tools/perf/util/annotate.c
+++ b/tools/perf/util/annotate.c
@@ -41,7 +41,6 @@
#include <linux/bitops.h>
#include <linux/kernel.h>
#include <linux/string.h>
-#include <bpf/libbpf.h>
#include <subcmd/parse-options.h>
#include <subcmd/run-command.h>