]> git.ipfire.org Git - thirdparty/git.git/blobdiff - fsck.c
alloc.h: move ALLOC_GROW() functions from cache.h
[thirdparty/git.git] / fsck.c
diff --git a/fsck.c b/fsck.c
index 2b18717ee805bc73aa50943731ac9a7212303d18..20e1aac39a9626de2266ba67a41738aa244fa2ad 100644 (file)
--- a/fsck.c
+++ b/fsck.c
@@ -1,4 +1,5 @@
-#include "cache.h"
+#include "git-compat-util.h"
+#include "alloc.h"
 #include "object-store.h"
 #include "repository.h"
 #include "object.h"