midx.h: add missing forward declarations (hdr-check)
authorRamsay Jones <ramsay@ramsayjones.plus.com>
Wed, 19 Sep 2018 00:13:36 +0000 (01:13 +0100)
committerJunio C Hamano <gitster@pobox.com>
Thu, 20 Sep 2018 18:50:29 +0000 (11:50 -0700)
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>
midx.h
diff --git a/midx.h b/midx.h
index a210f1af2af6bd7c7dc2210ac4b5ca398c8c60d1..622ddac47224625ca8ceee2fa28c90ffca6ef830 100644 (file)
--- 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;