]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
perf tools: ctype.c only wants util.h
authorNamhyung Kim <namhyung.kim@lge.com>
Fri, 10 Feb 2012 01:10:16 +0000 (10:10 +0900)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Tue, 14 Feb 2012 01:17:40 +0000 (23:17 -0200)
The implementation of sane ctype macros only depends on symbols in
util.h not cache.h.

Cc: Ingo Molnar <mingo@elte.hu>
Cc: Namhyung Kim <namhyung@gmail.com>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Link: http://lkml.kernel.org/r/1328836217-9118-2-git-send-email-namhyung.kim@lge.com
Signed-off-by: Namhyung Kim <namhyung.kim@lge.com>
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/ctype.c

index 35073621e5de9a83891b7e6e58e7469345e94b71..aada3ac5e891f85be1f4d25791d4ee17dd859077 100644 (file)
@@ -3,7 +3,7 @@
  *
  * No surprises, and works with signed and unsigned chars.
  */
-#include "cache.h"
+#include "util.h"
 
 enum {
        S = GIT_SPACE,