diff options
author | Andrea Gelmini <[email protected]> | 2010-08-05 15:51:39 +0200 |
---|---|---|
committer | Arnaldo Carvalho de Melo <[email protected]> | 2010-08-05 19:38:02 -0300 |
commit | 7935f65f77e1cd19fe0a094fc1b34e258565751e (patch) | |
tree | 875b26127ef82f79a2779bd4f6bf82aeffaef308 | |
parent | 80d50cae1b9cc958171c36fffc7357a5abad808c (diff) |
perf probe: Remove duplicated #include
Cc: Peter Zijlstra <[email protected]>
Cc: Paul Mackerras <[email protected]>
Cc: Ingo Molnar <[email protected]>
Cc: Masami Hiramatsu <[email protected]>
Cc: Frederic Weisbecker <[email protected]>
LKML-Reference: <[email protected]>
Signed-off-by: Andrea Gelmini <[email protected]>
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
-rw-r--r-- | tools/perf/util/probe-finder.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/perf/util/probe-finder.c b/tools/perf/util/probe-finder.c index 840f1aabbb74..6c7750da43d7 100644 --- a/tools/perf/util/probe-finder.c +++ b/tools/perf/util/probe-finder.c @@ -33,7 +33,6 @@ #include <ctype.h> #include <dwarf-regs.h> -#include "string.h" #include "event.h" #include "debug.h" #include "util.h" |