]> git.baikalelectronics.ru Git - kernel.git/commit
perf tools: Remove needless evlist.h include directives
authorArnaldo Carvalho de Melo <acme@redhat.com>
Fri, 30 Aug 2019 15:52:25 +0000 (12:52 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Sun, 1 Sep 2019 01:24:10 +0000 (22:24 -0300)
commit1576c1d5cf8c7acf3616b066f903b2db7ec59c89
tree66871262d4746e65ff6ebec67b8461c731411db9
parent1b1d7e47369b85a8c57848d542978e4026949a38
perf tools: Remove needless evlist.h include directives

Remove the last unneeded use of cache.h in a header, we can check where
it is really needed, i.e. we can remove it and be sure that it isn't
being obtained indirectly.

This is an old file, used by now incorrectly in many places, so it was
providing includes needed indirectly, fixup this fallout.

Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Namhyung Kim <namhyung@kernel.org>
Link: https://lkml.kernel.org/n/tip-3x3l8gihoaeh7714os861ia7@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
32 files changed:
tools/perf/builtin-buildid-cache.c
tools/perf/builtin-buildid-list.c
tools/perf/builtin-kvm.c
tools/perf/builtin-list.c
tools/perf/builtin-lock.c
tools/perf/builtin-sched.c
tools/perf/builtin-script.c
tools/perf/builtin-timechart.c
tools/perf/perf.c
tools/perf/tests/llvm.c
tools/perf/ui/browsers/header.c
tools/perf/ui/gtk/browser.c
tools/perf/ui/gtk/hists.c
tools/perf/ui/gtk/setup.c
tools/perf/ui/helpline.h
tools/perf/ui/progress.c
tools/perf/ui/setup.c
tools/perf/ui/tui/helpline.c
tools/perf/ui/tui/progress.c
tools/perf/ui/tui/setup.c
tools/perf/ui/tui/util.c
tools/perf/util/annotate.c
tools/perf/util/color.c
tools/perf/util/color_config.c
tools/perf/util/debug.c
tools/perf/util/intel-pt-decoder/intel-pt-decoder.c
tools/perf/util/parse-events.c
tools/perf/util/path.c
tools/perf/util/path.h
tools/perf/util/pmu.c
tools/perf/util/probe-event.c
tools/perf/util/probe-file.c