From: Arnaldo Carvalho de Melo Date: Tue, 29 Jan 2019 11:24:52 +0000 (+0100) Subject: perf pmu: Remove needless evsel.h include, only needs one fwd decl X-Git-Tag: v5.4-rc1~1528^2~19^2~37 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=eb563d6604b0f21396e21ac73619c9a5e8ec5aee;p=platform%2Fkernel%2Flinux-rpi.git perf pmu: Remove needless evsel.h include, only needs one fwd decl To reduce the header dependency tree. Cc: Adrian Hunter Cc: Jiri Olsa Cc: Namhyung Kim Link: https://lkml.kernel.org/n/tip-rc389o1z0htwukqv6ni1viun@git.kernel.org Signed-off-by: Arnaldo Carvalho de Melo --- diff --git a/tools/perf/util/pmu.h b/tools/perf/util/pmu.h index 76fecec..ffed23f 100644 --- a/tools/perf/util/pmu.h +++ b/tools/perf/util/pmu.h @@ -6,9 +6,10 @@ #include #include #include -#include "evsel.h" #include "parse-events.h" +struct perf_evsel_config_term; + enum { PERF_PMU_FORMAT_VALUE_CONFIG, PERF_PMU_FORMAT_VALUE_CONFIG1,