]> git.ipfire.org Git - thirdparty/git.git/blobdiff - daemon.c
environment.h: move declarations for environment.c functions from cache.h
[thirdparty/git.git] / daemon.c
index 8908e7f8d2a27c4e81225f69c4a4401e0698c363..b56a8f9717d68d0cdc4cf38316eac2ccc4fcac13 100644 (file)
--- a/daemon.c
+++ b/daemon.c
@@ -1,10 +1,13 @@
 #include "cache.h"
+#include "abspath.h"
 #include "alloc.h"
 #include "config.h"
+#include "environment.h"
 #include "pkt-line.h"
 #include "run-command.h"
 #include "strbuf.h"
 #include "string-list.h"
+#include "wrapper.h"
 
 #ifdef NO_INITGROUPS
 #define initgroups(x, y) (0) /* nothing */