diff options
| author | Elijah Newren <newren@gmail.com> | 2023-04-11 00:41:56 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2023-04-11 08:52:10 -0700 |
| commit | d812c3b6a0b41d48ce68f971d9cec50676048863 (patch) | |
| tree | 14934e708b040a27a71fbb200f5f87493631973f /list-objects-filter.c | |
| parent | object.h: move some inline functions and defines from cache.h (diff) | |
| download | git-d812c3b6a0b41d48ce68f971d9cec50676048863.tar.gz 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 'list-objects-filter.c')
| -rw-r--r-- | list-objects-filter.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/list-objects-filter.c b/list-objects-filter.c index 8b2a45e507..5d270ce598 100644 --- a/list-objects-filter.c +++ b/list-objects-filter.c @@ -1,4 +1,4 @@ -#include "cache.h" +#include "git-compat-util.h" #include "alloc.h" #include "dir.h" #include "gettext.h" |
