summaryrefslogtreecommitdiffstats
path: root/http.h
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.h
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.h')
-rw-r--r--http.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/http.h b/http.h
index 783b2b09b8..3a409bccd4 100644
--- a/http.h
+++ b/http.h
@@ -3,7 +3,6 @@
struct packed_git;
-#include "cache.h"
#include "git-zlib.h"
#include <curl/curl.h>