refs/reftable: adapt includes to become consistent

Adapt the includes to be sorted and to use include paths that are relative to the "refs/" directory. Signed-off-by: Patrick Steinhardt <ps@pks.im> Signed-off-by: Junio C Hamano <gitster@pobox.com>

Patrick Steinhardt committed Jan 12, 2026 at 10:03 UTC ab67f0a43677b56a9cfe3c6b0f1d8fe0f9a988eb
1 file changed +2 -2
refs/reftable-backend.c
+2 -2
@@ -10,9 +10,10 @@
10 #include "../gettext.h"
11 #include "../hash.h"
12 #include "../hex.h"
13 -#include "../iterator.h"
13 #include "../ident.h"
14 +#include "../iterator.h"
15 #include "../object.h"
16 +#include "../parse.h"
17 #include "../path.h"
18 #include "../refs.h"
19 #include "../reftable/reftable-basics.h"
@@ -26,7 +27,6 @@
27 #include "../strmap.h"
28 #include "../trace2.h"
29 #include "../write-or-die.h"
29 -#include "parse.h"
30 #include "refs-internal.h"
31
32 /*