perf callchain: Remove needless event.h include
authorArnaldo Carvalho de Melo <acme@redhat.com>
Tue, 10 Sep 2019 16:24:07 +0000 (17:24 +0100)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Fri, 20 Sep 2019 12:19:21 +0000 (09:19 -0300)
commit9c9e754fb804828473c5131bb3e7df78bde396e6
treede71795e05a1fafd4fb68de51b35da7a262e5583
parentb251892d6ceafa3c8f8e6835a664e248766b1b3e
perf callchain: Remove needless event.h include

All we need is a bunch of struct forward declarations and then add
event.h to the only place that was getting it indirectly via
callchain.h.

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-qq2xhyuxcvx5vmxha9otjd8d@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/arch/powerpc/util/skip-callchain-idx.c
tools/perf/util/callchain.h
tools/perf/util/evsel_fprintf.c