aboutsummaryrefslogtreecommitdiff
path: root/ctype.c
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2012-02-12 22:41:56 -0800
committerJunio C Hamano <gitster@pobox.com>2012-02-12 22:41:56 -0800
commit39ee1710c071f42741d4324dbb03e4618917734c (patch)
treef89df258b5fbf274772da27331b0656e0f920f02 /ctype.c
parent5cdc9fbb0894023da8e4dab552dfdda8b662feab (diff)
parent43ccdf56ec5c92478361a0eb94b91c535fd4d2bd (diff)
downloadgit-39ee1710c071f42741d4324dbb03e4618917734c.tar.gz
git-39ee1710c071f42741d4324dbb03e4618917734c.tar.xz
Merge branch 'nk/ctype-for-perf'
* 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,