diff options
| author | Junio C Hamano <gitster@pobox.com> | 2024-02-08 16:22:10 -0800 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2024-02-08 16:22:10 -0800 |
| commit | 0f7a10a3aad344a28f0f30b32a979925a9629533 (patch) | |
| tree | 1cc568818c02a2b9eee943dbb07d9485f93e3801 /t/helper/test-bundle-uri.c | |
| parent | Merge branch 'ml/doc-merge-updates' into maint-2.43 (diff) | |
| parent | treewide: remove unnecessary includes in source files (diff) | |
| download | git-0f7a10a3aad344a28f0f30b32a979925a9629533.tar.gz git-0f7a10a3aad344a28f0f30b32a979925a9629533.zip | |
Merge branch 'en/header-cleanup' into maint-2.43
Remove unused header "#include".
* en/header-cleanup:
treewide: remove unnecessary includes in source files
treewide: add direct includes currently only pulled in transitively
trace2/tr2_tls.h: remove unnecessary include
submodule-config.h: remove unnecessary include
pkt-line.h: remove unnecessary include
line-log.h: remove unnecessary include
http.h: remove unnecessary include
fsmonitor--daemon.h: remove unnecessary includes
blame.h: remove unnecessary includes
archive.h: remove unnecessary include
treewide: remove unnecessary includes in source files
treewide: remove unnecessary includes from header files
Diffstat (limited to 't/helper/test-bundle-uri.c')
| -rw-r--r-- | t/helper/test-bundle-uri.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/t/helper/test-bundle-uri.c b/t/helper/test-bundle-uri.c index 475058592d..09dc78733c 100644 --- a/t/helper/test-bundle-uri.c +++ b/t/helper/test-bundle-uri.c @@ -5,9 +5,7 @@ #include "strbuf.h" #include "string-list.h" #include "transport.h" -#include "ref-filter.h" #include "remote.h" -#include "refs.h" enum input_mode { KEY_VALUE_PAIRS, |
