diff options
author | Danny Kukawka <[email protected]> | 2012-02-16 14:54:19 +0100 |
---|---|---|
committer | Arnaldo Carvalho de Melo <[email protected]> | 2012-02-17 16:34:09 -0200 |
commit | dfd3b1e3e8a580bcbf854d46ae0f22c8333e82d8 (patch) | |
tree | 5490a89961b3d9275429f720ab3150a7377d1ef3 | |
parent | a5a178e1ae0192e405830f1bba84548992124e88 (diff) |
perf tools: Remove duplicated string.h includes
tools/perf/util/probe-event.c included 'string.h' twice, remove the
duplicate.
Acked-by: Masami Hiramatsu <[email protected]>
Cc: Danny Kukawka <[email protected]>
Cc: Ingo Molnar <[email protected]>
Cc: Jovi Zhang <[email protected]>
Cc: Masami Hiramatsu <[email protected]>
Cc: Paul Mackerras <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Steven Rostedt <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Danny Kukawka <[email protected]>
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
-rw-r--r-- | 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 c1a513e56764..8379252e75c4 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" |