diff options
author | Arnaldo Carvalho de Melo <acme@redhat.com> | 2010-04-03 10:19:26 -0300 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2010-04-03 10:19:26 -0300 |
commit | e206d556c5793ac5e28c0aaba2e07432e5f9a098 (patch) | |
tree | 7042affb6737531f757c0753aa3d32b3494c396b /tools/perf/perf.c | |
parent | 2aefa4f733f2c5ce51dd2316ffecb258463fde71 (diff) | |
download | linux-3.10-e206d556c5793ac5e28c0aaba2e07432e5f9a098.tar.gz linux-3.10-e206d556c5793ac5e28c0aaba2e07432e5f9a098.tar.bz2 linux-3.10-e206d556c5793ac5e28c0aaba2e07432e5f9a098.zip |
perf tools: Move the prototypes in util/string.h to util.h
So that we avoid conflict with libc's string.h header.
Reviewed-by: KOSAKI Motohiro <kosaki.motohiro@jp.fujitsu.com>
Suggested-by: KOSAKI Motohiro <kosaki.motohiro@jp.fujitsu.com>
Cc: KOSAKI Motohiro <kosaki.motohiro@jp.fujitsu.com>
Cc: Frédéric Weisbecker <fweisbec@gmail.com>
Cc: Mike Galbraith <efault@gmx.de>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Paul Mackerras <paulus@samba.org>
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/perf.c')
-rw-r--r-- | tools/perf/perf.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/perf/perf.c b/tools/perf/perf.c index 2826e702986..d4be55b6cd3 100644 --- a/tools/perf/perf.c +++ b/tools/perf/perf.c @@ -13,7 +13,6 @@ #include "util/quote.h" #include "util/run-command.h" #include "util/parse-events.h" -#include "util/string.h" #include "util/debugfs.h" bool use_browser; |