[PATCH 14/16] Tools perf probe-finder.c: duplicated include

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Andrea Gelmini
Date: Thursday, March 25, 2010 - 10:22 am

tools/perf/util/probe-finder.c: string.h is included more than once.

Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net>
---
 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 1e6c65e..682eb37 100644
--- a/tools/perf/util/probe-finder.c
+++ b/tools/perf/util/probe-finder.c
@@ -32,7 +32,6 @@
 #include <stdarg.h>
 #include <ctype.h>
 
-#include "string.h"
 #include "event.h"
 #include "debug.h"
 #include "util.h"
-- 
1.7.0.3.296.g9776a

--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH 14/16] Tools perf probe-finder.c: duplicated include, Andrea Gelmini, (Thu Mar 25, 10:22 am)
Re: [PATCH 14/16] Tools perf probe-finder.c: duplicated in ..., Masami Hiramatsu, (Thu Mar 25, 10:42 am)
Re: [PATCH 14/16] Tools perf probe-finder.c: duplicated in ..., Arnaldo Carvalho de Melo, (Fri Mar 26, 11:26 am)