aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArnaldo Carvalho de Melo <acme@redhat.com>2019-01-22 08:32:41 -0500
committerArnaldo Carvalho de Melo <acme@redhat.com>2019-01-25 09:12:09 -0500
commit95420d338e2d802ea0dce4d770d3292beb587f71 (patch)
treef7891a03989ba29a9dbd62b224dc566cc6bf24df
parentf0049f2c3ee80d0808efe6fb4400b572e6858cb9 (diff)
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>
-rw-r--r--tools/perf/util/callchain.h1
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 @@
2#ifndef __PERF_CALLCHAIN_H 2#ifndef __PERF_CALLCHAIN_H
3#define __PERF_CALLCHAIN_H 3#define __PERF_CALLCHAIN_H
4 4
5#include "../perf.h"
6#include <linux/list.h> 5#include <linux/list.h>
7#include <linux/rbtree.h> 6#include <linux/rbtree.h>
8#include "event.h" 7#include "event.h"