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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 828ea97 commit 1a191a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)