Skip to content

Commit 1a191a2

Browse files
Namhyung Kimgitster
authored andcommitted
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>
1 parent 828ea97 commit 1a191a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ctype.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* No surprises, and works with signed and unsigned chars.
55
*/
6-
#include "cache.h"
6+
#include "git-compat-util.h"
77

88
enum {
99
S = GIT_SPACE,

0 commit comments

Comments
 (0)