From: Ramsay Jones Date: Wed, 19 Sep 2018 00:13:36 +0000 (+0100) Subject: midx.h: add missing forward declarations (hdr-check) X-Git-Tag: v2.20.0-rc0~188^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=642e570363c5372182df6bfd3427facc11e67176;p=git midx.h: add missing forward declarations (hdr-check) Signed-off-by: Ramsay Jones Reviewed-by: Derrick Stolee Signed-off-by: Junio C Hamano --- diff --git a/midx.h b/midx.h index a210f1af2a..622ddac472 100644 --- a/midx.h +++ b/midx.h @@ -3,6 +3,9 @@ #include "repository.h" +struct object_id; +struct pack_entry; + struct multi_pack_index { struct multi_pack_index *next;