commit | 1a191a22959b367e2867d78f89a363fdf69afe3b | [log] [tgz] |
---|---|---|
author | Namhyung Kim <namhyung.kim@lge.com> | Fri Feb 10 11:13:30 2012 +0900 |
committer | Junio C Hamano <gitster@pobox.com> | Fri Feb 10 12:53:55 2012 -0800 |
tree | 14552be344e62c754228a3fc46c9dbb959da70b5 | |
parent | 828ea97de486c1693d6e4f2c7347acb50235a85d [diff] [blame] |
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>
diff --git a/ctype.c b/ctype.c index b5d856f..af722f9 100644 --- a/ctype.c +++ b/ctype.c
@@ -3,7 +3,7 @@ * * No surprises, and works with signed and unsigned chars. */ -#include "cache.h" +#include "git-compat-util.h" enum { S = GIT_SPACE,