tools perf: Move from sane_ctype.h obtained from git to the Linux's original
[linux-2.6-microblaze.git] / tools / perf / util / debug.c
index 3d64596..3cc5783 100644 (file)
@@ -21,7 +21,7 @@
 #include "util.h"
 #include "target.h"
 
-#include "sane_ctype.h"
+#include <linux/ctype.h>
 
 int verbose;
 bool dump_trace = false, quiet = false;