]> git.baikalelectronics.ru Git - kernel.git/commit
perf hist: Remove needless ui/progress.h from hist.h
authorArnaldo Carvalho de Melo <acme@redhat.com>
Fri, 30 Aug 2019 14:28:14 +0000 (11:28 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Sun, 1 Sep 2019 01:24:10 +0000 (22:24 -0300)
commit6ec9512f8c4c6b753bbd92c517794c276425711a
tree6651309ec6e88eb6a1e84e12098e3d0504b0c798
parent212b14cb17bafef64861b0b054ac361f450a7235
perf hist: Remove needless ui/progress.h from hist.h

We only need a forward declaration, add it and fixup all the files that
need ui_progress definitions but were wrongly getting it from hist.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-84a90o9jdxybffxo9jmouokw@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/builtin-c2c.c
tools/perf/builtin-report.c
tools/perf/util/hist.h
tools/perf/util/session.c