diff options
author | Arnaldo Carvalho de Melo | 2019-01-27 14:10:31 +0100 |
---|---|---|
committer | Arnaldo Carvalho de Melo | 2019-02-06 10:00:38 -0300 |
commit | 7cadca8e1b4ae95f8be37d8da246eae8ebf5fb3a (patch) | |
tree | adcfff150fb5e7cf94e3a62cf256316031a56080 /tools/perf/util/auxtrace.c | |
parent | 2f2ae234e5afea17fa81b83c5b8d0e758a0d0703 (diff) |
perf hist: Remove symbol.h from hist.h, just fwd decls are needed
To reduce the includes dependencies.
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-cmvg5ght75mmfg1efeyna9rn@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/util/auxtrace.c')
-rw-r--r-- | tools/perf/util/auxtrace.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/util/auxtrace.c b/tools/perf/util/auxtrace.c index f69961c4a4f3..94a22cc8004c 100644 --- a/tools/perf/util/auxtrace.c +++ b/tools/perf/util/auxtrace.c @@ -41,6 +41,7 @@ #include "pmu.h" #include "evsel.h" #include "cpumap.h" +#include "symbol.h" #include "thread_map.h" #include "asm/bug.h" #include "auxtrace.h" |