perf_counter tools: fix build error
authorMike Galbraith <efault@gmx.de>
Sat, 2 May 2009 06:02:36 +0000 (08:02 +0200)
committerIngo Molnar <mingo@elte.hu>
Sun, 3 May 2009 07:27:00 +0000 (09:27 +0200)
ctype.h crawled out of the bit bucket :)

Signed-off-by: Ingo Molnar <mingo@elte.hu>
Documentation/perf_counter/builtin-record.c

index 3a3deb3..ddfdcf8 100644 (file)
@@ -15,7 +15,6 @@
 #include <fcntl.h>
 #include <stdio.h>
 #include <errno.h>
-#include <ctype.h>
 #include <time.h>
 #include <sched.h>
 #include <pthread.h>