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)
commit171f7474b6bb6c7074431f76c28ea87d625c68fd
tree6651309ec6e88eb6a1e84e12098e3d0504b0c798
parent4a3cec84949d14dc3ef7fb8a51b8949af93cac13
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