]> git.ipfire.org Git - thirdparty/git.git/blobdiff - builtin/blame.c
alloc.h: move ALLOC_GROW() functions from cache.h
[thirdparty/git.git] / builtin / blame.c
index 71f925e456c34513b85e64e7dd6a72d510a8307e..4d1609c9ac0575f92311b9c74ac9d20f172d49f2 100644 (file)
@@ -5,7 +5,8 @@
  * See COPYING for licensing conditions
  */
 
-#include "cache.h"
+#include "git-compat-util.h"
+#include "alloc.h"
 #include "config.h"
 #include "color.h"
 #include "builtin.h"