From: Arnaldo Carvalho de Melo Date: Tue, 22 Jan 2019 13:32:41 +0000 (-0200) Subject: perf callchain: No need to include perf.h X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=95420d338e2d802ea0dce4d770d3292beb587f71;p=openwrt%2Fstaging%2Fblogic.git perf callchain: No need to include perf.h So ditch it. Cc: Adrian Hunter Cc: Jiri Olsa Cc: Namhyung Kim Link: https://lkml.kernel.org/n/tip-bodhwdvcds9ahk26dy4w8m71@git.kernel.org Signed-off-by: Arnaldo Carvalho de Melo --- 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 #include #include "event.h"