]> git.ipfire.org Git - thirdparty/git.git/blobdiff - hex.c
treewide: remove unnecessary includes of cache.h
[thirdparty/git.git] / hex.c
diff --git a/hex.c b/hex.c
index 4f64d34696379d35e7ace281a5d471f55f1737ad..0a1bddc1284320fa4709715d53a6d59905cc3d8c 100644 (file)
--- a/hex.c
+++ b/hex.c
@@ -1,4 +1,5 @@
-#include "cache.h"
+#include "git-compat-util.h"
+#include "hex.h"
 
 const signed char hexval_table[256] = {
         -1, -1, -1, -1, -1, -1, -1, -1,                /* 00-07 */