aboutsummaryrefslogtreecommitdiff
path: root/ctype.c
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2012-02-16 14:00:16 -0800
committerJunio C Hamano <gitster@pobox.com>2012-02-16 14:00:16 -0800
commitf342afafceb16b29a9b8718c5f42afaaf6291d78 (patch)
treec05e1438de70445b9583f0694d05cdc4f25d20dd /ctype.c
parente6d88ca87cbb3d89d639a3ee769486f44f9a33b8 (diff)
parent43ccdf56ec5c92478361a0eb94b91c535fd4d2bd (diff)
downloadgit-f342afafceb16b29a9b8718c5f42afaaf6291d78.tar.gz
git-f342afafceb16b29a9b8718c5f42afaaf6291d78.tar.xz
Merge branch 'nk/ctype-for-perf' into maint
* nk/ctype-for-perf: ctype: implement islower/isupper macro ctype.c only wants git-compat-util.h
Diffstat (limited to 'ctype.c')
-rw-r--r--ctype.c2
1 files changed, 1 insertions, 1 deletions
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,