]> git.ipfire.org Git - thirdparty/git.git/blobdiff - server-info.c
environment.h: move declarations for environment.c functions from cache.h
[thirdparty/git.git] / server-info.c
index 0ec6c0c16546a7a2ebb45a8e8a03e3270cedf214..355b6e01a52a0ce25b1a9fdf145749b37085f852 100644 (file)
@@ -1,5 +1,8 @@
 #include "cache.h"
+#include "alloc.h"
 #include "dir.h"
+#include "environment.h"
+#include "hex.h"
 #include "repository.h"
 #include "refs.h"
 #include "object.h"
@@ -8,6 +11,7 @@
 #include "packfile.h"
 #include "object-store.h"
 #include "strbuf.h"
+#include "wrapper.h"
 
 struct update_info_ctx {
        FILE *cur_fp;