Browse Source

perf_counter tools: fix build error

ctype.h crawled out of the bit bucket :)

Signed-off-by: Ingo Molnar <mingo@elte.hu>
Mike Galbraith 16 years ago
parent
commit
dab6f6a340
1 changed files with 0 additions and 1 deletions
  1. 0 1
      Documentation/perf_counter/builtin-record.c

+ 0 - 1
Documentation/perf_counter/builtin-record.c

@@ -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>