diff options
author | Arnaldo Carvalho de Melo <acme@redhat.com> | 2019-01-27 14:10:31 +0100 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2019-02-06 14:00:38 +0100 |
commit | 7cadca8e1b4ae95f8be37d8da246eae8ebf5fb3a (patch) | |
tree | adcfff150fb5e7cf94e3a62cf256316031a56080 /tools/perf/ui/gtk/annotate.c | |
parent | perf tests: Add missing headers so far obtained indirectly (diff) | |
download | linux-7cadca8e1b4ae95f8be37d8da246eae8ebf5fb3a.tar.xz linux-7cadca8e1b4ae95f8be37d8da246eae8ebf5fb3a.zip |
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/ui/gtk/annotate.c')
-rw-r--r-- | tools/perf/ui/gtk/annotate.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/ui/gtk/annotate.c b/tools/perf/ui/gtk/annotate.c index f42666ee0672..df49c9ba1785 100644 --- a/tools/perf/ui/gtk/annotate.c +++ b/tools/perf/ui/gtk/annotate.c @@ -5,6 +5,7 @@ #include "util/annotate.h" #include "util/evsel.h" #include "util/map.h" +#include "util/symbol.h" #include "ui/helpline.h" #include <inttypes.h> #include <signal.h> |