diff options
| author | Tiezhu Yang <[email protected]> | 2020-06-02 04:15:04 +0000 |
|---|---|---|
| committer | Arnaldo Carvalho de Melo <[email protected]> | 2020-06-02 14:09:41 +0000 |
| commit | 3e9b26dc2268cfbeef85bee095f883264c18425c (patch) | |
| tree | 2475c288aaf07fa40b5efa3b72ce0fe6723f3f9b /tools/perf/util/annotate.c | |
| parent | perf symbols: Fix kernel maps for kcore and eBPF (diff) | |
| download | kernel-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.c | 1 |
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> |
