object-name.h: move declarations for object-name.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:49 -07:00
committed by Junio C Hamano
parent 5579f44d2f
commit dabab1d6e6
91 changed files with 210 additions and 110 deletions

View File

@ -6,6 +6,7 @@
#include "gettext.h"
#include "hex.h"
#include "repository.h"
#include "object-name.h"
#include "object-store.h"
#include "pkt-line.h"
#include "utf8.h"