]> git.ipfire.org Git - thirdparty/git.git/blobdiff - refs.c
alloc.h: move ALLOC_GROW() functions from cache.h
[thirdparty/git.git] / refs.c
diff --git a/refs.c b/refs.c
index e31dbcda5990b8f2e7143547ce134b7218041fd2..f90f953551b959ab6f904586376c5d361eea10db 100644 (file)
--- a/refs.c
+++ b/refs.c
@@ -2,7 +2,8 @@
  * The backend-independent part of the reference module.
  */
 
-#include "cache.h"
+#include "git-compat-util.h"
+#include "alloc.h"
 #include "config.h"
 #include "hashmap.h"
 #include "lockfile.h"