diff.h: keep forward struct declarations sorted
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Nguyễn Thái Ngọc Duy committed
Jan 27, 2019 at 07:35 UTC
4a1b13a3972efb0cf90143ebba88e309af2f41be
1 file changed
+6
-6
diff.h
+6
-6
@@ -9,16 +9,16 @@
9
#include "object.h"
10
#include "oidset.h"
11
12
-struct rev_info;
12
+struct combine_diff_path;
13
+struct commit;
14
+struct diff_filespec;
15
struct diff_options;
16
struct diff_queue_struct;
15
-struct strbuf;
16
-struct diff_filespec;
17
-struct userdiff_driver;
17
struct oid_array;
19
-struct commit;
20
-struct combine_diff_path;
18
struct repository;
19
+struct rev_info;
20
+struct strbuf;
21
+struct userdiff_driver;
22
23
typedef int (*pathchange_fn_t)(struct diff_options *options,
24
struct combine_diff_path *path);