linux/tools/perf/util/ui/browsers
Namhyung Kim d30d4a080d perf tools: Remove unnecessary ctype.h inclusion
There are unnecessary #include <ctype.h> out there, and they might cause
a nasty build failure in some environment. As we already have most of
ctype macros in util.h, just get rid of them.

A few of exceptions are util/symbol.c which needs isupper() macro util.h
doesn't provide and perl scripting support code which includes ctype.h
internally.

Suggested-by: Ingo Molnar <mingo@elte.hu>
Cc: Ingo Molnar <mingo@elte.hu>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Link: http://lkml.kernel.org/r/1327827356-8786-4-git-send-email-namhyung@gmail.com
Signed-off-by: Namhyung Kim <namhyung@gmail.com>
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
2012-01-30 18:37:35 -02:00
..
annotate.c perf symbols: Add nr_events to symbol_conf 2011-11-28 10:37:11 -02:00
hists.c perf tools: Fix broken build by defining _GNU_SOURCE in Makefile 2012-01-24 20:26:33 -02:00
map.c perf tools: Remove unnecessary ctype.h inclusion 2012-01-30 18:37:35 -02:00
map.h perf ui: Move map browser to util/ui/browsers/ 2010-08-10 16:10:09 -03:00