diff options
| author | Elijah Newren <newren@gmail.com> | 2023-03-21 06:26:06 +0000 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2023-03-21 10:56:54 -0700 |
| commit | 61a7b982647bb64779df9be66d9b13ecac811924 (patch) | |
| tree | 0ac10b904554ec54fafc95e83f47d5e3c2b37141 /t/helper/test-bloom.c | |
| parent | e38da487cc50ce4b5b48085eebcab8268c541579 (diff) | |
| download | git-61a7b982647bb64779df9be66d9b13ecac811924.tar.gz | |
treewide: remove cache.h inclusion due to setup.h changes
By moving several declarations to setup.h, the previous patch made it
possible to remove the include of cache.h in several source files. Do
so.
Signed-off-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/helper/test-bloom.c')
| -rw-r--r-- | t/helper/test-bloom.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/t/helper/test-bloom.c b/t/helper/test-bloom.c index e5754b8da6..d2b30d644d 100644 --- a/t/helper/test-bloom.c +++ b/t/helper/test-bloom.c @@ -1,7 +1,6 @@ -#include "cache.h" +#include "test-tool.h" #include "bloom.h" #include "hex.h" -#include "test-tool.h" #include "commit.h" #include "setup.h" |
