mirror of
https://github.com/git/git.git
synced 2025-12-12 20:36:24 +01:00
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:
committed by
Junio C Hamano
parent
d530c04e2c
commit
87bed17907
@@ -15,6 +15,7 @@
|
||||
#include "string-list.h"
|
||||
#include "tmp-objdir.h"
|
||||
#include "packfile.h"
|
||||
#include "object-file.h"
|
||||
#include "object-store.h"
|
||||
|
||||
static int odb_transaction_nesting;
|
||||
|
||||
Reference in New Issue
Block a user