]> git.ipfire.org Git - thirdparty/git.git/blobdiff - ewah/ewah_bitmap.c
alloc.h: move ALLOC_GROW() functions from cache.h
[thirdparty/git.git] / ewah / ewah_bitmap.c
index 6fe48d3ae0449a0298deb109b967ef3479ef0c47..c6d4ffc87cacaaaefb3edf4f81f62f7481b4b742 100644 (file)
@@ -17,9 +17,9 @@
  * along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 #include "git-compat-util.h"
+#include "alloc.h"
 #include "ewok.h"
 #include "ewok_rlw.h"
-#include "cache.h"
 
 static inline size_t min_size(size_t a, size_t b)
 {