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:
Elijah Newren
2023-04-11 03:00:42 +00:00
committed by Junio C Hamano
parent 75f273d9b7
commit 6f2d743043
11 changed files with 10 additions and 1 deletions

View File

@ -12,6 +12,7 @@
#include "hash-lookup.h"
#include "commit-graph.h"
#include "object-store.h"
#include "oid-array.h"
#include "alloc.h"
#include "hashmap.h"
#include "replace-object.h"