Skip to content

Commit

Permalink
perf tools: ctype.c only wants util.h
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Namhyung Kim authored and Arnaldo Carvalho de Melo committed Feb 14, 2012
1 parent 2cd13b0 commit 3bd2b8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/perf/util/ctype.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* No surprises, and works with signed and unsigned chars.
*/
#include "cache.h"
#include "util.h"

enum {
S = GIT_SPACE,
Expand Down

0 comments on commit 3bd2b8d

Please sign in to comment.