From: Mike Galbraith Date: Sat, 2 May 2009 06:02:36 +0000 (+0200) Subject: perf_counter tools: fix build error X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=dab6f6a3401f596fe934f41fc5da3f401adfdfb1;p=linux-beck.git perf_counter tools: fix build error ctype.h crawled out of the bit bucket :) Signed-off-by: Ingo Molnar --- diff --git a/Documentation/perf_counter/builtin-record.c b/Documentation/perf_counter/builtin-record.c index 3a3deb3fbbc0..ddfdcf86fb20 100644 --- a/Documentation/perf_counter/builtin-record.c +++ b/Documentation/perf_counter/builtin-record.c @@ -15,7 +15,6 @@ #include #include #include -#include #include #include #include