diff options
author | Elijah Newren <newren@gmail.com> | 2023-04-11 09:41:50 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2023-04-11 17:52:09 +0200 |
commit | e93fc5d721738de978ef06acb62daa3df3c40625 (patch) | |
tree | 4ec30bf0f9ed8134917b0814dfdc76fcc7b70245 /branch.c | |
parent | object-name.h: move declarations for object-name.c functions from cache.h (diff) | |
download | git-e93fc5d721738de978ef06acb62daa3df3c40625.tar.xz git-e93fc5d721738de978ef06acb62daa3df3c40625.zip |
treewide: remove cache.h inclusion due to object-name.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 'branch.c')
-rw-r--r-- | branch.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1,5 +1,4 @@ #include "git-compat-util.h" -#include "cache.h" #include "advice.h" #include "config.h" #include "branch.h" |