From: Elijah Newren Date: Tue, 11 Apr 2023 07:41:52 +0000 (-0700) Subject: treewide: remove cache.h inclusion due to git-zlib changes X-Git-Tag: v2.41.0-rc0~61^2~13 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d530c04e2cfec6fccc9b02936b94df26114d6ec9;p=thirdparty%2Fgit.git 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 Acked-by: Calvin Wan Signed-off-by: Junio C Hamano --- 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"