Code

ctype.c only wants git-compat-util.h
authorNamhyung Kim <namhyung.kim@lge.com>
Fri, 10 Feb 2012 02:13:30 +0000 (11:13 +0900)
committerJunio C Hamano <gitster@pobox.com>
Fri, 10 Feb 2012 20:53:55 +0000 (12:53 -0800)
commit1a191a22959b367e2867d78f89a363fdf69afe3b
tree14552be344e62c754228a3fc46c9dbb959da70b5
parent828ea97de486c1693d6e4f2c7347acb50235a85d
ctype.c only wants git-compat-util.h

The implementation of sane ctype macros only depends on symbols in
git-compat-util.h not cache.h

Signed-off-by: Namhyung Kim <namhyung.kim@lge.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
ctype.c