mirror of
https://github.com/git/git.git
synced 2026-01-11 13:23:12 +09:00
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>
This commit is contained in:
parent
0a83639888
commit
3a423a3c0c
@ -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"
|
||||
|
||||
/*
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user