diff options
| author | Patrick Steinhardt <ps@pks.im> | 2026-01-12 10:03:00 +0100 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2026-01-12 06:55:41 -0800 |
| commit | ab67f0a43677b56a9cfe3c6b0f1d8fe0f9a988eb (patch) | |
| tree | 45cbbe06e50ad3081221944bc73929634e4ab33b | |
| parent | ae38c3a359f4834d27f511f1fa9b982f5ad55c6a (diff) | |
| download | git-ab67f0a43677b56a9cfe3c6b0f1d8fe0f9a988eb.tar.xz | |
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>
| -rw-r--r-- | refs/reftable-backend.c | 4 |
1 files changed, 2 insertions, 2 deletions
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" /* |
