diff options
author | Elijah Newren <newren@gmail.com> | 2023-04-11 09:41:56 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2023-04-11 17:52:10 +0200 |
commit | d812c3b6a0b41d48ce68f971d9cec50676048863 (patch) | |
tree | 14934e708b040a27a71fbb200f5f87493631973f /pack-bitmap-write.c | |
parent | object.h: move some inline functions and defines from cache.h (diff) | |
download | git-d812c3b6a0b41d48ce68f971d9cec50676048863.tar.xz git-d812c3b6a0b41d48ce68f971d9cec50676048863.zip |
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>
Diffstat (limited to 'pack-bitmap-write.c')
-rw-r--r-- | pack-bitmap-write.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pack-bitmap-write.c b/pack-bitmap-write.c index 7f5f489beb..faf67c94d3 100644 --- a/pack-bitmap-write.c +++ b/pack-bitmap-write.c @@ -1,4 +1,4 @@ -#include "cache.h" +#include "git-compat-util.h" #include "alloc.h" #include "environment.h" #include "gettext.h" |