From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S978071AbdDXVN2 (ORCPT ); Mon, 24 Apr 2017 17:13:28 -0400 Received: from terminus.zytor.com ([65.50.211.136]:40425 "EHLO terminus.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S977233AbdDXVNU (ORCPT ); Mon, 24 Apr 2017 17:13:20 -0400 Date: Mon, 24 Apr 2017 14:12:08 -0700 From: tip-bot for Arnaldo Carvalho de Melo Message-ID: Cc: mingo@kernel.org, acme@redhat.com, linux-kernel@vger.kernel.org, tglx@linutronix.de, hpa@zytor.com Reply-To: linux-kernel@vger.kernel.org, acme@redhat.com, mingo@kernel.org, hpa@zytor.com, tglx@linutronix.de To: linux-tip-commits@vger.kernel.org Subject: [tip:perf/core] perf tools: Remove a few more needless includes from util.h Git-Commit-ID: bf6733432dd8d92ffd687d6ce014a37923ba8105 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: bf6733432dd8d92ffd687d6ce014a37923ba8105 Gitweb: http://git.kernel.org/tip/bf6733432dd8d92ffd687d6ce014a37923ba8105 Author: Arnaldo Carvalho de Melo AuthorDate: Wed, 19 Apr 2017 18:58:26 -0300 Committer: Arnaldo Carvalho de Melo CommitDate: Mon, 24 Apr 2017 13:43:31 -0300 perf tools: Remove a few more needless includes from util.h Link: http://lkml.kernel.org/n/tip-sb2zu21d6h42e5qnsrtl6wuu@git.kernel.org Signed-off-by: Arnaldo Carvalho de Melo --- tools/perf/util/util.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tools/perf/util/util.h b/tools/perf/util/util.h index 4e2afd6..0df20a3 100644 --- a/tools/perf/util/util.h +++ b/tools/perf/util/util.h @@ -10,18 +10,14 @@ #include #include #include -#include #include #include #include #include #include #include -#include -#include #include #include -#include #include #include