mirror of
https://github.com/git/git.git
synced 2025-12-12 20:36:24 +01:00
replace-object.h: move read_replace_refs declaration from cache.h to here
Adjust several files to be more explicit about their dependency on replace-objects to accommodate this change. Signed-off-by: Elijah Newren <newren@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
committed by
Junio C Hamano
parent
1c02840008
commit
cbeab74713
@@ -17,6 +17,7 @@
|
||||
#include "commit.h"
|
||||
#include "strvec.h"
|
||||
#include "object-store.h"
|
||||
#include "replace-object.h"
|
||||
#include "tmp-objdir.h"
|
||||
#include "chdir-notify.h"
|
||||
#include "shallow.h"
|
||||
|
||||
Reference in New Issue
Block a user