object-file.h: move declarations for object-file.c functions from cache.h

Signed-off-by: Elijah Newren <newren@gmail.com>
Acked-by: Calvin Wan <calvinwan@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Elijah Newren
2023-04-11 00:41:53 -07:00
committed by Junio C Hamano
parent d530c04e2c
commit 87bed17907
57 changed files with 184 additions and 123 deletions

View File

@ -19,6 +19,7 @@
#include "fmt-merge-msg.h"
#include "commit.h"
#include "strvec.h"
#include "object-file.h"
#include "object-store.h"
#include "replace-object.h"
#include "tmp-objdir.h"