Skip to content

Commit 4a1b13a

Browse files
pcloudsgitster
authored andcommitted
diff.h: keep forward struct declarations sorted
Signed-off-by: Nguyễn Thái Ngọc Duy <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 3ebbe28 commit 4a1b13a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

diff.h

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@
99
#include "object.h"
1010
#include "oidset.h"
1111

12-
struct rev_info;
12+
struct combine_diff_path;
13+
struct commit;
14+
struct diff_filespec;
1315
struct diff_options;
1416
struct diff_queue_struct;
15-
struct strbuf;
16-
struct diff_filespec;
17-
struct userdiff_driver;
1817
struct oid_array;
19-
struct commit;
20-
struct combine_diff_path;
2118
struct repository;
19+
struct rev_info;
20+
struct strbuf;
21+
struct userdiff_driver;
2222

2323
typedef int (*pathchange_fn_t)(struct diff_options *options,
2424
struct combine_diff_path *path);

0 commit comments

Comments
 (0)