diff options
| author | Junio C Hamano <gitster@pobox.com> | 2026-02-17 13:30:42 -0800 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2026-02-17 13:30:42 -0800 |
| commit | 354b8d89ac155fb3ae74575b23ee3b38451dfde6 (patch) | |
| tree | d67250d0bf597d214fdb1c6e8fb14ecc210019cf /setup.c | |
| parent | d445421a54a2227808b571c47324c740ddff8da1 (diff) | |
| parent | 10c68d2577b2c4eb4ca9b259a38a67444068e2d9 (diff) | |
| download | git-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.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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; |
