mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 23:32:14 +00:00
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>
This commit is contained in:
parent
2f2ae234e5
commit
7cadca8e1b
4 changed files with 5 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue