From: Peter Zijlstra Date: Tue, 28 Apr 2009 12:56:18 +0000 (+0200) Subject: perf_counter tools: fix Documentation/perf_counter build error X-Git-Tag: v2.6.31-rc1~383^2~356 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=1130b0296184bc21806225fd06d533515a99d2db;p=karo-tx-linux.git perf_counter tools: fix Documentation/perf_counter build error Mike Galbraith reported: > marge:..Documentation/perf_counter # make > CC builtin-stat.o > In file included from builtin-stat.c:71: > /usr/include/ctype.h:102: error: expected expression before ‘]’ token Remove the ctype.h include. Signed-off-by: Ingo Molnar --- diff --git a/Documentation/perf_counter/builtin-stat.c b/Documentation/perf_counter/builtin-stat.c index d7ace631fc4f..112b94ed3298 100644 --- a/Documentation/perf_counter/builtin-stat.c +++ b/Documentation/perf_counter/builtin-stat.c @@ -68,7 +68,6 @@ #include #include #include -#include #include #include #include diff --git a/Documentation/perf_counter/builtin-top.c b/Documentation/perf_counter/builtin-top.c index dea016fa41e8..6a276d2b2bbc 100644 --- a/Documentation/perf_counter/builtin-top.c +++ b/Documentation/perf_counter/builtin-top.c @@ -49,7 +49,6 @@ #include #include #include -#include #include #include #include