summaryrefslogtreecommitdiffstats
path: root/http-backend.c
diff options
context:
space:
mode:
authorElijah Newren <newren@gmail.com>2023-04-11 09:41:52 +0200
committerJunio C Hamano <gitster@pobox.com>2023-04-11 17:52:10 +0200
commitd530c04e2cfec6fccc9b02936b94df26114d6ec9 (patch)
tree5f425b24cac400df737e882aab3040bb449730f6 /http-backend.c
parentgit-zlib: move declarations for git-zlib functions from cache.h (diff)
downloadgit-d530c04e2cfec6fccc9b02936b94df26114d6ec9.tar.xz
git-d530c04e2cfec6fccc9b02936b94df26114d6ec9.zip
treewide: remove cache.h inclusion due to git-zlib changes
This actually only affects http-backend.c, but the git-zlib changes are going to be instrumental in pulling out an object-file.h which will help with several more files. Signed-off-by: Elijah Newren <newren@gmail.com> Acked-by: Calvin Wan <calvinwan@google.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'http-backend.c')
-rw-r--r--http-backend.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/http-backend.c b/http-backend.c
index d41b3b9e1e..ac146d85c5 100644
--- a/http-backend.c
+++ b/http-backend.c
@@ -1,4 +1,4 @@
-#include "cache.h"
+#include "git-compat-util.h"
#include "alloc.h"
#include "config.h"
#include "environment.h"