diff options
author | Elijah Newren <newren@gmail.com> | 2023-04-11 09:41:54 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2023-04-11 17:52:10 +0200 |
commit | b6fdc44c8441d04c6659252cdf9adae240339e17 (patch) | |
tree | 6ed97662b236d5f8eb906f788c1228979a3c3d29 /http.h | |
parent | object-file.h: move declarations for object-file.c functions from cache.h (diff) | |
download | git-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.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -3,7 +3,6 @@ struct packed_git; -#include "cache.h" #include "git-zlib.h" #include <curl/curl.h> |