[PATCH 09/29] perf callchain: No need to include perf.h

From: Arnaldo Carvalho de Melo
Date: Fri Jan 25 2019 - 18:19:15 EST


From: Arnaldo Carvalho de Melo <acme@xxxxxxxxxx>

So ditch it.

Cc: Adrian Hunter <adrian.hunter@xxxxxxxxx>
Cc: Jiri Olsa <jolsa@xxxxxxxxxx>
Cc: Namhyung Kim <namhyung@xxxxxxxxxx>
Link: https://lkml.kernel.org/n/tip-bodhwdvcds9ahk26dy4w8m71@xxxxxxxxxxxxxx
Signed-off-by: Arnaldo Carvalho de Melo <acme@xxxxxxxxxx>
---
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"
--
2.20.1