mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 12:28:41 +08:00
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>
This commit is contained in:
parent
4a3cec8494
commit
171f7474b6
@ -37,6 +37,7 @@
|
||||
#include "mem2node.h"
|
||||
#include "symbol.h"
|
||||
#include "ui/ui.h"
|
||||
#include "ui/progress.h"
|
||||
#include "../perf.h"
|
||||
|
||||
struct c2c_hists {
|
||||
|
@ -47,6 +47,7 @@
|
||||
#include "util/branch.h"
|
||||
#include "util/util.h"
|
||||
#include "ui/ui.h"
|
||||
#include "ui/progress.h"
|
||||
|
||||
#include <dlfcn.h>
|
||||
#include <errno.h>
|
||||
|
@ -8,7 +8,6 @@
|
||||
#include "evsel.h"
|
||||
#include "header.h"
|
||||
#include "color.h"
|
||||
#include "ui/progress.h"
|
||||
|
||||
struct hist_entry;
|
||||
struct hist_entry_ops;
|
||||
@ -18,6 +17,7 @@ struct mem_info;
|
||||
struct branch_info;
|
||||
struct block_info;
|
||||
struct symbol;
|
||||
struct ui_progress;
|
||||
|
||||
enum hist_filter {
|
||||
HIST_FILTER__DSO,
|
||||
|
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user