summaryrefslogtreecommitdiffstats
path: root/http-walker.c
diff options
context:
space:
mode:
authorElijah Newren <newren@gmail.com>2023-04-11 09:41:54 +0200
committerJunio C Hamano <gitster@pobox.com>2023-04-11 17:52:10 +0200
commitb6fdc44c8441d04c6659252cdf9adae240339e17 (patch)
tree6ed97662b236d5f8eb906f788c1228979a3c3d29 /http-walker.c
parentobject-file.h: move declarations for object-file.c functions from cache.h (diff)
downloadgit-b6fdc44c8441d04c6659252cdf9adae240339e17.tar.xz
git-b6fdc44c8441d04c6659252cdf9adae240339e17.zip
treewide: remove cache.h inclusion due to object-file.h changes
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-walker.c')
-rw-r--r--http-walker.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/http-walker.c b/http-walker.c
index 4588e6a340..3b41f5654b 100644
--- a/http-walker.c
+++ b/http-walker.c
@@ -1,4 +1,4 @@
-#include "cache.h"
+#include "git-compat-util.h"
#include "repository.h"
#include "commit.h"
#include "hex.h"