From: Patrick Steinhardt Date: Mon, 12 Jan 2026 09:03:00 +0000 (+0100) Subject: refs/reftable: adapt includes to become consistent X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ab67f0a43677b56a9cfe3c6b0f1d8fe0f9a988eb;p=thirdparty%2Fgit.git 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 Signed-off-by: Junio C Hamano --- diff --git a/refs/reftable-backend.c b/refs/reftable-backend.c index 4319a4eacb..d61790cf65 100644 --- a/refs/reftable-backend.c +++ b/refs/reftable-backend.c @@ -10,9 +10,10 @@ #include "../gettext.h" #include "../hash.h" #include "../hex.h" -#include "../iterator.h" #include "../ident.h" +#include "../iterator.h" #include "../object.h" +#include "../parse.h" #include "../path.h" #include "../refs.h" #include "../reftable/reftable-basics.h" @@ -26,7 +27,6 @@ #include "../strmap.h" #include "../trace2.h" #include "../write-or-die.h" -#include "parse.h" #include "refs-internal.h" /*