commit | d812c3b6a0b41d48ce68f971d9cec50676048863 | [log] [tgz] |
---|---|---|
author | Elijah Newren <newren@gmail.com> | Tue Apr 11 00:41:56 2023 -0700 |
committer | Junio C Hamano <gitster@pobox.com> | Tue Apr 11 08:52:10 2023 -0700 |
tree | 14934e708b040a27a71fbb200f5f87493631973f | |
parent | 8876ea83a74b45046c3dabdd5f55f07852bb98ae [diff] [blame] |
treewide: remove cache.h inclusion due to object.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>
diff --git a/http-push.c b/http-push.c index a8af6c0..637a4e9 100644 --- a/http-push.c +++ b/http-push.c
@@ -1,4 +1,4 @@ -#include "cache.h" +#include "git-compat-util.h" #include "environment.h" #include "hex.h" #include "repository.h"