]> git.baikalelectronics.ru Git - kernel.git/commit
perf hist: Remove the needless callchain.h include from hist.h
authorArnaldo Carvalho de Melo <acme@redhat.com>
Tue, 29 Jan 2019 11:04:58 +0000 (12:04 +0100)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Wed, 6 Feb 2019 13:00:38 +0000 (10:00 -0300)
commit6a460fbe16abd4a6113a17da81413fc8a418197b
treebcb2ba48bf9fc82ef38e89e46112ca38c2a74d90
parent7544d6be53eb29249bf378147fc913d77b63d0e1
perf hist: Remove the needless callchain.h include from hist.h

Nothing that is provided by callchain.h is used there, just things that
should've be directly included in hist.h, such as rbtree.h and a
map_symbol forward declaration.

Remove it so that we reduce the headers dependency tree.

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-zivvqfx93w5zzur7hr7h0nlh@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/hist.h