perf report: Remove <ctype.h> include
authorIngo Molnar <mingo@elte.hu>
Wed, 27 May 2009 11:19:59 +0000 (13:19 +0200)
committerIngo Molnar <mingo@elte.hu>
Wed, 27 May 2009 11:19:59 +0000 (13:19 +0200)
commitd716fba49c7445ec87c3f045c59624fac03ee3f2
tree75976090482070a194a78288b4ddd419ccb9680c
parentef65b2a0b3a2f82850144df6e6a7796f6d66da6b
perf report: Remove <ctype.h> include

Pekka reported build failure in builtin-report.c:

    CC builtin-report.o
    In file included from builtin-report.c:7:
    /usr/include/ctype.h:102: error: expected expression before token

And observed:

| Removing #include <ctype.h> from builtin-report.c makes the problem
| go away. I am running Ubuntu 9.04 that has gcc 4.3.3 and libc 2.9.

Reported-by: Pekka J Enberg <penberg@cs.helsinki.fi>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Mike Galbraith <efault@gmx.de>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Corey Ashford <cjashfor@linux.vnet.ibm.com>
Cc: Marcelo Tosatti <mtosatti@redhat.com>
Cc: Arnaldo Carvalho de Melo <acme@redhat.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: John Kacur <jkacur@redhat.com>
LKML-Reference: <new-submission>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Documentation/perf_counter/builtin-report.c