diff options
author | Arnaldo Carvalho de Melo <acme@redhat.com> | 2019-08-30 16:28:14 +0200 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2019-09-01 03:24:10 +0200 |
commit | 171f7474b6bb6c7074431f76c28ea87d625c68fd (patch) | |
tree | 6651309ec6e88eb6a1e84e12098e3d0504b0c798 /tools/perf/util/session.c | |
parent | perf dsos: Move the dsos struct and its methods to separate source files (diff) | |
download | linux-171f7474b6bb6c7074431f76c28ea87d625c68fd.tar.xz linux-171f7474b6bb6c7074431f76c28ea87d625c68fd.zip |
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>
Diffstat (limited to 'tools/perf/util/session.c')
-rw-r--r-- | tools/perf/util/session.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/util/session.c b/tools/perf/util/session.c index a72774e4463f..f166da76acf1 100644 --- a/tools/perf/util/session.c +++ b/tools/perf/util/session.c @@ -30,6 +30,7 @@ #include "sample-raw.h" #include "stat.h" #include "util.h" +#include "ui/progress.h" #include "../perf.h" #include "arch/common.h" |