1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-04-27 08:15:11 +02:00

treewide: be explicit about dependence on pack-revindex.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 03:00:41 +00:00 committed by Junio C Hamano
parent 73359a9b43
commit 75f273d9b7
4 changed files with 3 additions and 1 deletions

View File

@ -17,6 +17,7 @@
#include "streaming.h"
#include "thread-utils.h"
#include "packfile.h"
#include "pack-revindex.h"
#include "object-store.h"
#include "replace-object.h"
#include "promisor-remote.h"

View File

@ -7,7 +7,6 @@
#include "list.h"
#include "gettext.h"
#include "string-list.h"
#include "pack-revindex.h"
#include "hash.h"
#include "path.h"
#include "pathspec.h"

View File

@ -9,6 +9,7 @@
#include "pack-mtimes.h"
#include "oidmap.h"
#include "pack-objects.h"
#include "pack-revindex.h"
void reset_pack_idx_option(struct pack_idx_option *opts)
{

View File

@ -21,6 +21,7 @@
#include "object-store.h"
#include "midx.h"
#include "commit-graph.h"
#include "pack-revindex.h"
#include "promisor-remote.h"
#include "wrapper.h"