From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751759AbcGMHS7 (ORCPT ); Wed, 13 Jul 2016 03:18:59 -0400 Received: from terminus.zytor.com ([198.137.202.10]:41546 "EHLO terminus.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751320AbcGMHSt (ORCPT ); Wed, 13 Jul 2016 03:18:49 -0400 Date: Wed, 13 Jul 2016 00:18:28 -0700 From: tip-bot for Arnaldo Carvalho de Melo Message-ID: Cc: jolsa@kernel.org, rostedt@goodmis.org, wangnan0@huawei.com, adrian.hunter@intel.com, namhyung@kernel.org, mingo@kernel.org, acme@redhat.com, linux-kernel@vger.kernel.org, dsahern@gmail.com, tglx@linutronix.de, hpa@zytor.com Reply-To: hpa@zytor.com, dsahern@gmail.com, tglx@linutronix.de, linux-kernel@vger.kernel.org, mingo@kernel.org, acme@redhat.com, namhyung@kernel.org, adrian.hunter@intel.com, wangnan0@huawei.com, jolsa@kernel.org, rostedt@goodmis.org To: linux-tip-commits@vger.kernel.org Subject: [tip:perf/core] perf tools: Remove unneeded magic.h include from util.h Git-Commit-ID: a395b35d339174bc42bb22ef729a1ef67639bbb3 X-Mailer: tip-git-log-daemon Robot-ID: Robot-Unsubscribe: Contact to get blacklisted from these emails MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=UTF-8 Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Commit-ID: a395b35d339174bc42bb22ef729a1ef67639bbb3 Gitweb: http://git.kernel.org/tip/a395b35d339174bc42bb22ef729a1ef67639bbb3 Author: Arnaldo Carvalho de Melo AuthorDate: Tue, 12 Jul 2016 10:30:39 -0300 Committer: Arnaldo Carvalho de Melo CommitDate: Tue, 12 Jul 2016 15:20:35 -0300 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 --- tools/perf/util/util.h | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/perf/util/util.h b/tools/perf/util/util.h index d8d41ef..6178cab 100644 --- a/tools/perf/util/util.h +++ b/tools/perf/util/util.h @@ -72,7 +72,6 @@ #include #include #include -#include #include #include #include