[<prev] [next>] [day] [month] [year] [list]
Message-ID: <tip-bodhwdvcds9ahk26dy4w8m71@git.kernel.org>
Date: Sat, 26 Jan 2019 02:00:39 -0800
From: tip-bot for Arnaldo Carvalho de Melo <tipbot@...or.com>
To: linux-tip-commits@...r.kernel.org
Cc: linux-kernel@...r.kernel.org, namhyung@...nel.org,
tglx@...utronix.de, adrian.hunter@...el.com, mingo@...nel.org,
hpa@...or.com, jolsa@...nel.org, acme@...hat.com
Subject: [tip:perf/core] perf callchain: No need to include perf.h
Commit-ID: 95420d338e2d802ea0dce4d770d3292beb587f71
Gitweb: https://git.kernel.org/tip/95420d338e2d802ea0dce4d770d3292beb587f71
Author: Arnaldo Carvalho de Melo <acme@...hat.com>
AuthorDate: Tue, 22 Jan 2019 11:32:41 -0200
Committer: Arnaldo Carvalho de Melo <acme@...hat.com>
CommitDate: Fri, 25 Jan 2019 15:12:09 +0100
perf callchain: No need to include perf.h
So ditch it.
Cc: Adrian Hunter <adrian.hunter@...el.com>
Cc: Jiri Olsa <jolsa@...nel.org>
Cc: Namhyung Kim <namhyung@...nel.org>
Link: https://lkml.kernel.org/n/tip-bodhwdvcds9ahk26dy4w8m71@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@...hat.com>
---
tools/perf/util/callchain.h | 1 -
1 file changed, 1 deletion(-)
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"
Powered by blists - more mailing lists