From: Junio C Hamano Date: Tue, 6 Nov 2018 06:50:23 +0000 (+0900) Subject: Merge branch 'rj/header-cleanup' X-Git-Tag: v2.20.0-rc0~62 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6b37389f8569780a0fffcb072047aa3e0e376945;p=thirdparty%2Fgit.git 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) --- 6b37389f8569780a0fffcb072047aa3e0e376945 diff --cc commit-reach.h index 122a23a24d,f41d8f6ba3..7a65f55e59 --- a/commit-reach.h +++ b/commit-reach.h @@@ -1,12 -1,13 +1,13 @@@ -#ifndef __COMMIT_REACH_H__ -#define __COMMIT_REACH_H__ +#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,