diff options
author | Junio C Hamano <gitster@pobox.com> | 2018-10-16 09:16:00 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2018-10-16 09:16:00 +0200 |
commit | ff6bbce6e3dd89a5852ddb657554f9209091202e (patch) | |
tree | 85feca027ab0ad8b65df906bee7bb890967abc6f /midx.h | |
parent | Merge branch 'ma/config-doc-update' (diff) | |
parent | delta-islands.h: add missing forward declarations (hdr-check) (diff) | |
download | git-ff6bbce6e3dd89a5852ddb657554f9209091202e.tar.xz git-ff6bbce6e3dd89a5852ddb657554f9209091202e.zip |
Merge branch 'rj/header-check'
Header files clean-up.
* rj/header-check:
delta-islands.h: add missing forward declarations (hdr-check)
midx.h: add missing forward declarations (hdr-check)
refs/refs-internal.h: add missing declarations (hdr-check)
refs/packed-backend.h: add missing declaration (hdr-check)
refs/ref-cache.h: add missing declarations (hdr-check)
ewah/ewok_rlw.h: add missing include (hdr-check)
json-writer.h: add missing include (hdr-check)
Makefile: add a hdr-check target
Diffstat (limited to 'midx.h')
-rw-r--r-- | midx.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -3,6 +3,9 @@ #include "repository.h" +struct object_id; +struct pack_entry; + struct multi_pack_index { struct multi_pack_index *next; |