mirror of
https://github.com/git/git.git
synced 2025-12-12 20:36:24 +01: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:
committed by
Junio C Hamano
parent
73359a9b43
commit
75f273d9b7
@@ -17,6 +17,7 @@
|
|||||||
#include "streaming.h"
|
#include "streaming.h"
|
||||||
#include "thread-utils.h"
|
#include "thread-utils.h"
|
||||||
#include "packfile.h"
|
#include "packfile.h"
|
||||||
|
#include "pack-revindex.h"
|
||||||
#include "object-store.h"
|
#include "object-store.h"
|
||||||
#include "replace-object.h"
|
#include "replace-object.h"
|
||||||
#include "promisor-remote.h"
|
#include "promisor-remote.h"
|
||||||
|
|||||||
1
cache.h
1
cache.h
@@ -7,7 +7,6 @@
|
|||||||
#include "list.h"
|
#include "list.h"
|
||||||
#include "gettext.h"
|
#include "gettext.h"
|
||||||
#include "string-list.h"
|
#include "string-list.h"
|
||||||
#include "pack-revindex.h"
|
|
||||||
#include "hash.h"
|
#include "hash.h"
|
||||||
#include "path.h"
|
#include "path.h"
|
||||||
#include "pathspec.h"
|
#include "pathspec.h"
|
||||||
|
|||||||
@@ -9,6 +9,7 @@
|
|||||||
#include "pack-mtimes.h"
|
#include "pack-mtimes.h"
|
||||||
#include "oidmap.h"
|
#include "oidmap.h"
|
||||||
#include "pack-objects.h"
|
#include "pack-objects.h"
|
||||||
|
#include "pack-revindex.h"
|
||||||
|
|
||||||
void reset_pack_idx_option(struct pack_idx_option *opts)
|
void reset_pack_idx_option(struct pack_idx_option *opts)
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -21,6 +21,7 @@
|
|||||||
#include "object-store.h"
|
#include "object-store.h"
|
||||||
#include "midx.h"
|
#include "midx.h"
|
||||||
#include "commit-graph.h"
|
#include "commit-graph.h"
|
||||||
|
#include "pack-revindex.h"
|
||||||
#include "promisor-remote.h"
|
#include "promisor-remote.h"
|
||||||
#include "wrapper.h"
|
#include "wrapper.h"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user