From: Arnaldo Carvalho de Melo Date: Wed, 21 Aug 2019 17:24:10 +0000 (-0300) Subject: perf evsel: Remove needless stddef.h from util/evsel.h X-Git-Tag: v5.4-rc1~177^2~16^2~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a06b7f422d6a759b085ab2988d878b70e2dd0064;p=thirdparty%2Fkernel%2Flinux.git perf evsel: Remove needless stddef.h from util/evsel.h We added it in 07ac002f2fcc ("perf evsel: Introduce is_group_member method") but we already ditched that function, and there was nothing else left that needed NULL nor anything else from stddef.h, ditch it. Cc: Adrian Hunter Cc: Jiri Olsa Cc: Namhyung Kim Link: https://lkml.kernel.org/n/tip-1zy0xfsy61x81f3fpyx5znco@git.kernel.org Signed-off-by: Arnaldo Carvalho de Melo --- diff --git a/tools/perf/util/evsel.h b/tools/perf/util/evsel.h index 2963905410301..1f749a783d8f5 100644 --- a/tools/perf/util/evsel.h +++ b/tools/perf/util/evsel.h @@ -4,7 +4,6 @@ #include #include -#include #include #include #include