aboutsummaryrefslogtreecommitdiffstats
path: root/negotiator/noop.c
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2024-02-08 16:22:10 -0800
committerJunio C Hamano <gitster@pobox.com>2024-02-08 16:22:10 -0800
commit0f7a10a3aad344a28f0f30b32a979925a9629533 (patch)
tree1cc568818c02a2b9eee943dbb07d9485f93e3801 /negotiator/noop.c
parent3aea0dad70446222adf0e111aac70285a5735604 (diff)
parentd57c671a511d885a5cd390e3d6064c37af524a91 (diff)
downloadgit-0f7a10a3aad344a28f0f30b32a979925a9629533.tar.gz
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 'negotiator/noop.c')
-rw-r--r--negotiator/noop.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/negotiator/noop.c b/negotiator/noop.c
index de39028ab7..65e3c20008 100644
--- a/negotiator/noop.c
+++ b/negotiator/noop.c
@@ -1,6 +1,5 @@
#include "git-compat-util.h"
#include "noop.h"
-#include "../commit.h"
#include "../fetch-negotiator.h"
static void known_common(struct fetch_negotiator *n UNUSED,