]> git.ipfire.org Git - thirdparty/git.git/blobdiff - remote-curl.c
environment.h: move declarations for environment.c functions from cache.h
[thirdparty/git.git] / remote-curl.c
index a76b6405eb2fc443ff22b93b1598892d02508e20..eb382a1e35d4ec3583b39fde33291bad5dfc721d 100644 (file)
@@ -1,5 +1,9 @@
-#include "cache.h"
+#include "git-compat-util.h"
+#include "alloc.h"
 #include "config.h"
+#include "environment.h"
+#include "gettext.h"
+#include "hex.h"
 #include "remote.h"
 #include "connect.h"
 #include "strbuf.h"