]> git.ipfire.org Git - thirdparty/git.git/blobdiff - wildmatch.c
Merge branch 'pw/wildmatch-fixes'
[thirdparty/git.git] / wildmatch.c
index 372aa6ea5450c903aa56ec29a6ed1f2d9662affe..8ea29141bd7c5233a25c89aa55ceeafcf7e7529d 100644 (file)
@@ -9,7 +9,7 @@
 **  work differently than '*', and to fix the character-class code.
 */
 
-#include "cache.h"
+#include "git-compat-util.h"
 #include "wildmatch.h"
 
 typedef unsigned char uchar;