From: Arnaldo Carvalho de Melo Date: Tue, 12 Jul 2016 13:30:39 +0000 (-0300) Subject: perf tools: Remove unneeded magic.h include from util.h X-Git-Tag: v4.8-rc1~184^2~4^2~24 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=a395b35d339174bc42bb22ef729a1ef67639bbb3;p=karo-tx-linux.git perf tools: Remove unneeded magic.h include from util.h Not used anymore, IIRC it was for useless PROC_FS_MAGIC procfs checks, but those are long gone. Cc: Adrian Hunter Cc: David Ahern Cc: Jiri Olsa Cc: Namhyung Kim Cc: Steven Rostedt Cc: Wang Nan Link: http://lkml.kernel.org/n/tip-v027did3kvj0vz7bofgzkw29@git.kernel.org Signed-off-by: Arnaldo Carvalho de Melo --- diff --git a/tools/perf/util/util.h b/tools/perf/util/util.h index d8d41ef8da57..6178cab82374 100644 --- a/tools/perf/util/util.h +++ b/tools/perf/util/util.h @@ -72,7 +72,6 @@ #include #include #include -#include #include #include #include