Commit 757f600
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | 1 | | |
3 | 2 | | |
4 | | - | |
5 | 3 | | |
6 | 4 | | |
7 | 5 | | |
| |||
0 commit comments