From: Namhyung Kim Date: Fri, 10 Feb 2012 02:13:30 +0000 (+0900) Subject: ctype.c only wants git-compat-util.h X-Git-Tag: v1.7.9.2~27^2~1 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=1a191a22959b367e2867d78f89a363fdf69afe3b;p=git.git 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 Signed-off-by: Junio C Hamano --- diff --git a/ctype.c b/ctype.c index b5d856fd2..af722f957 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,