]> git.ipfire.org Git - thirdparty/git.git/blobdiff - prio-queue.c
alloc.h: move ALLOC_GROW() functions from cache.h
[thirdparty/git.git] / prio-queue.c
index d31b48e725083654222842049e121a35fe8d511b..dc2476be53a30a6e9c682d934f620422dd855ada 100644 (file)
@@ -1,4 +1,5 @@
-#include "cache.h"
+#include "git-compat-util.h"
+#include "alloc.h"
 #include "prio-queue.h"
 
 static inline int compare(struct prio_queue *queue, int i, int j)