treewide: be explicit about dependence on oid-array.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:
parent
75f273d9b7
commit
6f2d743043
@ -9,6 +9,7 @@
|
|||||||
#include "dir.h"
|
#include "dir.h"
|
||||||
#include "strvec.h"
|
#include "strvec.h"
|
||||||
#include "run-command.h"
|
#include "run-command.h"
|
||||||
|
#include "oid-array.h"
|
||||||
#include "prompt.h"
|
#include "prompt.h"
|
||||||
#include "quote.h"
|
#include "quote.h"
|
||||||
#include "revision.h"
|
#include "revision.h"
|
||||||
|
@ -12,6 +12,7 @@
|
|||||||
#include "refspec.h"
|
#include "refspec.h"
|
||||||
#include "object-store.h"
|
#include "object-store.h"
|
||||||
#include "oidset.h"
|
#include "oidset.h"
|
||||||
|
#include "oid-array.h"
|
||||||
#include "commit.h"
|
#include "commit.h"
|
||||||
#include "builtin.h"
|
#include "builtin.h"
|
||||||
#include "string-list.h"
|
#include "string-list.h"
|
||||||
|
@ -19,6 +19,7 @@
|
|||||||
#include "packfile.h"
|
#include "packfile.h"
|
||||||
#include "pack-revindex.h"
|
#include "pack-revindex.h"
|
||||||
#include "object-store.h"
|
#include "object-store.h"
|
||||||
|
#include "oid-array.h"
|
||||||
#include "replace-object.h"
|
#include "replace-object.h"
|
||||||
#include "promisor-remote.h"
|
#include "promisor-remote.h"
|
||||||
#include "setup.h"
|
#include "setup.h"
|
||||||
|
@ -20,6 +20,7 @@
|
|||||||
#include "revision.h"
|
#include "revision.h"
|
||||||
#include "log-tree.h"
|
#include "log-tree.h"
|
||||||
#include "builtin.h"
|
#include "builtin.h"
|
||||||
|
#include "oid-array.h"
|
||||||
#include "tag.h"
|
#include "tag.h"
|
||||||
#include "reflog-walk.h"
|
#include "reflog-walk.h"
|
||||||
#include "patch-ids.h"
|
#include "patch-ids.h"
|
||||||
|
1
cache.h
1
cache.h
@ -11,7 +11,6 @@
|
|||||||
#include "path.h"
|
#include "path.h"
|
||||||
#include "pathspec.h"
|
#include "pathspec.h"
|
||||||
#include "object.h"
|
#include "object.h"
|
||||||
#include "oid-array.h"
|
|
||||||
#include "repository.h"
|
#include "repository.h"
|
||||||
#include "statinfo.h"
|
#include "statinfo.h"
|
||||||
#include "mem-pool.h"
|
#include "mem-pool.h"
|
||||||
|
@ -12,6 +12,7 @@
|
|||||||
#include "hash-lookup.h"
|
#include "hash-lookup.h"
|
||||||
#include "commit-graph.h"
|
#include "commit-graph.h"
|
||||||
#include "object-store.h"
|
#include "object-store.h"
|
||||||
|
#include "oid-array.h"
|
||||||
#include "alloc.h"
|
#include "alloc.h"
|
||||||
#include "hashmap.h"
|
#include "hashmap.h"
|
||||||
#include "replace-object.h"
|
#include "replace-object.h"
|
||||||
|
1
diff.c
1
diff.c
@ -29,6 +29,7 @@
|
|||||||
#include "string-list.h"
|
#include "string-list.h"
|
||||||
#include "strvec.h"
|
#include "strvec.h"
|
||||||
#include "graph.h"
|
#include "graph.h"
|
||||||
|
#include "oid-array.h"
|
||||||
#include "packfile.h"
|
#include "packfile.h"
|
||||||
#include "parse-options.h"
|
#include "parse-options.h"
|
||||||
#include "help.h"
|
#include "help.h"
|
||||||
|
@ -32,6 +32,7 @@
|
|||||||
#include "entry.h"
|
#include "entry.h"
|
||||||
#include "ll-merge.h"
|
#include "ll-merge.h"
|
||||||
#include "object-store.h"
|
#include "object-store.h"
|
||||||
|
#include "oid-array.h"
|
||||||
#include "promisor-remote.h"
|
#include "promisor-remote.h"
|
||||||
#include "revision.h"
|
#include "revision.h"
|
||||||
#include "strmap.h"
|
#include "strmap.h"
|
||||||
|
@ -15,6 +15,7 @@
|
|||||||
#include "refs.h"
|
#include "refs.h"
|
||||||
#include "dir.h"
|
#include "dir.h"
|
||||||
#include "object-store.h"
|
#include "object-store.h"
|
||||||
|
#include "oid-array.h"
|
||||||
#include "tree.h"
|
#include "tree.h"
|
||||||
#include "commit.h"
|
#include "commit.h"
|
||||||
#include "blob.h"
|
#include "blob.h"
|
||||||
|
@ -7,6 +7,7 @@
|
|||||||
#include "refs.h"
|
#include "refs.h"
|
||||||
#include "wildmatch.h"
|
#include "wildmatch.h"
|
||||||
#include "object-store.h"
|
#include "object-store.h"
|
||||||
|
#include "oid-array.h"
|
||||||
#include "repository.h"
|
#include "repository.h"
|
||||||
#include "commit.h"
|
#include "commit.h"
|
||||||
#include "remote.h"
|
#include "remote.h"
|
||||||
|
@ -8,6 +8,7 @@
|
|||||||
#include "sideband.h"
|
#include "sideband.h"
|
||||||
#include "repository.h"
|
#include "repository.h"
|
||||||
#include "object-store.h"
|
#include "object-store.h"
|
||||||
|
#include "oid-array.h"
|
||||||
#include "tag.h"
|
#include "tag.h"
|
||||||
#include "object.h"
|
#include "object.h"
|
||||||
#include "commit.h"
|
#include "commit.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user