[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <tip-dfd3b1e3e8a580bcbf854d46ae0f22c8333e82d8@git.kernel.org>
Date: Wed, 22 Feb 2012 08:02:28 -0800
From: tip-bot for Danny Kukawka <danny.kukawka@...ect.de>
To: linux-tip-commits@...r.kernel.org
Cc: acme@...hat.com, linux-kernel@...r.kernel.org, paulus@...ba.org,
hpa@...or.com, mingo@...hat.com, a.p.zijlstra@...llo.nl,
danny.kukawka@...ect.de, bookjovi@...il.com,
masami.hiramatsu.pt@...achi.com, dkukawka@...e.de,
rostedt@...dmis.org, tglx@...utronix.de, mingo@...e.hu
Subject: [tip:perf/core] perf tools: Remove duplicated string.h includes
Commit-ID: dfd3b1e3e8a580bcbf854d46ae0f22c8333e82d8
Gitweb: http://git.kernel.org/tip/dfd3b1e3e8a580bcbf854d46ae0f22c8333e82d8
Author: Danny Kukawka <danny.kukawka@...ect.de>
AuthorDate: Thu, 16 Feb 2012 14:54:19 +0100
Committer: Arnaldo Carvalho de Melo <acme@...hat.com>
CommitDate: Fri, 17 Feb 2012 16:34:09 -0200
perf tools: Remove duplicated string.h includes
tools/perf/util/probe-event.c included 'string.h' twice, remove the
duplicate.
Acked-by: Masami Hiramatsu <masami.hiramatsu.pt@...achi.com>
Cc: Danny Kukawka <dkukawka@...e.de>
Cc: Ingo Molnar <mingo@...e.hu>
Cc: Jovi Zhang <bookjovi@...il.com>
Cc: Masami Hiramatsu <masami.hiramatsu.pt@...achi.com>
Cc: Paul Mackerras <paulus@...ba.org>
Cc: Peter Zijlstra <a.p.zijlstra@...llo.nl>
Cc: Steven Rostedt <rostedt@...dmis.org>
Link: http://lkml.kernel.org/r/1329400459-31570-1-git-send-email-danny.kukawka@bisect.de
Signed-off-by: Danny Kukawka <danny.kukawka@...ect.de>
Signed-off-by: Arnaldo Carvalho de Melo <acme@...hat.com>
---
tools/perf/util/probe-event.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/tools/perf/util/probe-event.c b/tools/perf/util/probe-event.c
index c1a513e..8379252 100644
--- a/tools/perf/util/probe-event.c
+++ b/tools/perf/util/probe-event.c
@@ -34,7 +34,6 @@
#include "util.h"
#include "event.h"
-#include "string.h"
#include "strlist.h"
#include "debug.h"
#include "cache.h"
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists