All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] tools/perf/util/probe-event.c included string.h twice
@ 2012-02-16 13:54 Danny Kukawka
  2012-02-17  6:04 ` Masami Hiramatsu
  2012-02-22 16:02 ` [tip:perf/core] perf tools: Remove duplicated string.h includes tip-bot for Danny Kukawka
  0 siblings, 2 replies; 3+ messages in thread
From: Danny Kukawka @ 2012-02-16 13:54 UTC (permalink / raw)
  To: Peter Zijlstra
  Cc: Danny Kukawka, Paul Mackerras, Ingo Molnar,
	Arnaldo Carvalho de Melo, Masami Hiramatsu, Steven Rostedt,
	Jovi Zhang, linux-kernel

tools/perf/util/probe-event.c included 'string.h' twice,
remove the duplicate.

Signed-off-by: Danny Kukawka <danny.kukawka@bisect.de>
---
 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 29cb654..8ce8356 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"
-- 
1.7.8.3


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-02-22 16:03 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-16 13:54 [PATCH] tools/perf/util/probe-event.c included string.h twice Danny Kukawka
2012-02-17  6:04 ` Masami Hiramatsu
2012-02-22 16:02 ` [tip:perf/core] perf tools: Remove duplicated string.h includes tip-bot for Danny Kukawka

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.