sparse-index.h: move declarations for sparse-index.c from cache.h

Note in particular that this reverses the decision made in 118a2e8bde
("cache: move ensure_full_index() to cache.h", 2021-04-01).

Signed-off-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Elijah Newren
2023-05-16 06:33:51 +00:00
committed by Junio C Hamano
parent 74eab62313
commit 8ccc457fff
21 changed files with 21 additions and 2 deletions

View File

@ -29,6 +29,7 @@
#include "object-store.h"
#include "repository.h"
#include "revision.h"
#include "sparse-index.h"
#include "string-list.h"
#include "submodule-config.h"
#include "submodule.h"