]> git.ipfire.org Git - thirdparty/git.git/blobdiff - refs.c
environment.h: move declarations for environment.c functions from cache.h
[thirdparty/git.git] / refs.c
diff --git a/refs.c b/refs.c
index aeae31c972f8c88084cc3d052329a3e23e60f1d4..04520e5a6b82fb566d1244c8da9ac573576d8003 100644 (file)
--- a/refs.c
+++ b/refs.c
@@ -3,8 +3,12 @@
  */
 
 #include "cache.h"
+#include "alloc.h"
 #include "config.h"
+#include "environment.h"
 #include "hashmap.h"
+#include "gettext.h"
+#include "hex.h"
 #include "lockfile.h"
 #include "iterator.h"
 #include "refs.h"
@@ -21,6 +25,7 @@
 #include "sigchain.h"
 #include "date.h"
 #include "commit.h"
+#include "wrapper.h"
 
 /*
  * List of all available backends