Skip to content

Commit 757f600

Browse files
committed
t/unit-tests/lib-reftable.h: don't include "git-compat-util.h" twice
lib-reftable.h includes "git-compat-utils.h" not once but twice, although it's not one of those blessed special header files that should do so, and all source files including it do start with including "unit-test.h", which in turn starts with including "git-compat-util.h". So remove the #include "git-compat-util.h" directives from this header file. Signed-off-by: SZEDER Gábor <szeder.dev@gmail.com>
1 parent 610b40b commit 757f600

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

t/unit-tests/lib-reftable.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
#include "git-compat-util.h"
21
#include "clar/clar.h"
32
#include "clar-decls.h"
4-
#include "git-compat-util.h"
53
#include "reftable/reftable-writer.h"
64
#include "strbuf.h"
75

0 commit comments

Comments
 (0)