Skip to content

Commit

Permalink
treewide: be explicit about dependence on pack-revindex.h
Browse files Browse the repository at this point in the history
Signed-off-by: Elijah Newren <[email protected]>
Acked-by: Calvin Wan <[email protected]>
Signed-off-by: Junio C Hamano <[email protected]>
  • Loading branch information
newren authored and gitster committed Apr 11, 2023
1 parent 73359a9 commit 75f273d
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions builtin/index-pack.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 0 additions & 1 deletion cache.h
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 1 addition & 0 deletions pack-write.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down
1 change: 1 addition & 0 deletions packfile.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 75f273d

Please sign in to comment.