aboutsummaryrefslogtreecommitdiff
path: root/setup.c
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2026-02-17 13:30:42 -0800
committerJunio C Hamano <gitster@pobox.com>2026-02-17 13:30:42 -0800
commit354b8d89ac155fb3ae74575b23ee3b38451dfde6 (patch)
treed67250d0bf597d214fdb1c6e8fb14ecc210019cf /setup.c
parentd445421a54a2227808b571c47324c740ddff8da1 (diff)
parent10c68d2577b2c4eb4ca9b259a38a67444068e2d9 (diff)
downloadgit-354b8d89ac155fb3ae74575b23ee3b38451dfde6.tar.xz
Merge branch 'rs/clean-includes'
Clean up redundant includes of header files. * rs/clean-includes: remove duplicate includes
Diffstat (limited to 'setup.c')
-rw-r--r--setup.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/setup.c b/setup.c
index 11fe7f8841..c8336eb20e 100644
--- a/setup.c
+++ b/setup.c
@@ -25,7 +25,6 @@
#include "trace.h"
#include "trace2.h"
#include "worktree.h"
-#include "exec-cmd.h"
static int inside_git_dir = -1;
static int inside_work_tree = -1;