diff options
author | Junio C Hamano <gitster@pobox.com> | 2018-11-06 15:50:23 +0900 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2018-11-06 15:50:23 +0900 |
commit | 6b37389f8569780a0fffcb072047aa3e0e376945 (patch) | |
tree | 5459b78d6df7a42809c3390d98f67fe437a9cc8c /commit-reach.h | |
parent | 6af9ca2436326fb0f2bad00b4a920921f82335f0 (diff) | |
parent | 1406725b881900074a032e847e2d12a6a059d7e9 (diff) | |
download | git-6b37389f8569780a0fffcb072047aa3e0e376945.tar.gz |
Merge branch 'rj/header-cleanup'
Code cleanup.
* rj/header-cleanup:
commit-reach.h: add missing declarations (hdr-check)
ewok_rlw.h: add missing 'inline' to function definition
fetch-object.h: add missing declaration (hdr-check)
Diffstat (limited to 'commit-reach.h')
-rw-r--r-- | commit-reach.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/commit-reach.h b/commit-reach.h index 122a23a24d..7a65f55e59 100644 --- a/commit-reach.h +++ b/commit-reach.h @@ -1,12 +1,13 @@ #ifndef COMMIT_REACH_H #define COMMIT_REACH_H +#include "commit.h" #include "commit-slab.h" -struct commit; struct commit_list; -struct contains_cache; struct ref_filter; +struct object_id; +struct object_array; struct commit_list *get_merge_bases_many(struct commit *one, int n, |