midx.h: add missing forward declarations (hdr-check)

Signed-off-by: Ramsay Jones <ramsay@ramsayjones.plus.com>
Reviewed-by: Derrick Stolee <dstolee@microsoft.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
maint
Ramsay Jones 2018-09-19 01:13:36 +01:00 committed by Junio C Hamano
parent 4eb4416d37
commit 642e570363
1 changed files with 3 additions and 0 deletions

3
midx.h
View File

@ -3,6 +3,9 @@

#include "repository.h"

struct object_id;
struct pack_entry;

struct multi_pack_index {
struct multi_pack_index *next;