Skip to content

Commit

Permalink
ctype.c only wants git-compat-util.h
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Namhyung Kim authored and Junio C Hamano committed Feb 10, 2012
1 parent 828ea97 commit 1a191a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 "git-compat-util.h"

enum {
S = GIT_SPACE,
Expand Down

0 comments on commit 1a191a2

Please sign in to comment.