diff options
author | Arnaldo Carvalho de Melo <acme@redhat.com> | 2019-01-22 11:32:41 -0200 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2019-01-25 15:12:09 +0100 |
commit | 95420d338e2d802ea0dce4d770d3292beb587f71 (patch) | |
tree | f7891a03989ba29a9dbd62b224dc566cc6bf24df /tools | |
parent | f0049f2c3ee80d0808efe6fb4400b572e6858cb9 (diff) | |
download | linux-95420d338e2d802ea0dce4d770d3292beb587f71.tar.bz2 |
perf callchain: No need to include perf.h
So ditch it.
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-bodhwdvcds9ahk26dy4w8m71@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/perf/util/callchain.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/perf/util/callchain.h b/tools/perf/util/callchain.h index 99d38ac019b8..8afe1622edf3 100644 --- a/tools/perf/util/callchain.h +++ b/tools/perf/util/callchain.h @@ -2,7 +2,6 @@ #ifndef __PERF_CALLCHAIN_H #define __PERF_CALLCHAIN_H -#include "../perf.h" #include <linux/list.h> #include <linux/rbtree.h> #include "event.h" |