From: Nguyễn Thái Ngọc Duy Date: Sun, 27 Jan 2019 00:35:29 +0000 (+0700) Subject: diff.h: keep forward struct declarations sorted X-Git-Tag: v2.22.0-rc0~180^2~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4a1b13a3972efb0cf90143ebba88e309af2f41be;p=thirdparty%2Fgit.git diff.h: keep forward struct declarations sorted Signed-off-by: Nguyễn Thái Ngọc Duy Signed-off-by: Junio C Hamano --- diff --git a/diff.h b/diff.h index b512d0477a..c872a41344 100644 --- a/diff.h +++ b/diff.h @@ -9,16 +9,16 @@ #include "object.h" #include "oidset.h" -struct rev_info; +struct combine_diff_path; +struct commit; +struct diff_filespec; struct diff_options; struct diff_queue_struct; -struct strbuf; -struct diff_filespec; -struct userdiff_driver; struct oid_array; -struct commit; -struct combine_diff_path; struct repository; +struct rev_info; +struct strbuf; +struct userdiff_driver; typedef int (*pathchange_fn_t)(struct diff_options *options, struct combine_diff_path *path);