]> git.ipfire.org Git - thirdparty/git.git/blobdiff - config.c
alloc.h: move ALLOC_GROW() functions from cache.h
[thirdparty/git.git] / config.c
index 00090a32fc3a2bd82fe01f9060eb7b0b4f7b8ca1..1d22f2325165c1d0bb40f11279013933dcd30fec 100644 (file)
--- a/config.c
+++ b/config.c
@@ -5,7 +5,8 @@
  * Copyright (C) Johannes Schindelin, 2005
  *
  */
-#include "cache.h"
+#include "git-compat-util.h"
+#include "alloc.h"
 #include "date.h"
 #include "branch.h"
 #include "config.h"