]> git.ipfire.org Git - thirdparty/git.git/blobdiff - wildmatch.c
hex.h: move some hex-related declarations from cache.h
[thirdparty/git.git] / wildmatch.c
index 7e5a7ea1eaa9d9d49219537b70256f1d947633ea..42e38e3459049385ff2d6040fede7c757b0d35bb 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;