Skip to content

Commit 037db6d

Browse files
committed
Merge branch 'sk/remove-duplicate-includes' into maint-2.39
Code clean-up. * sk/remove-duplicate-includes: git: remove duplicate includes
2 parents ff6c740 + 92cb135 commit 037db6d

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

pack-write.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
#include "chunk-format.h"
66
#include "pack-mtimes.h"
77
#include "oidmap.h"
8-
#include "chunk-format.h"
98
#include "pack-objects.h"
109

1110
void reset_pack_idx_option(struct pack_idx_option *opts)

sequencer.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
3636
#include "rebase-interactive.h"
3737
#include "reset.h"
3838
#include "branch.h"
39-
#include "log-tree.h"
4039

4140
#define GIT_REFLOG_ACTION "GIT_REFLOG_ACTION"
4241

unpack-trees.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
#include "promisor-remote.h"
2020
#include "entry.h"
2121
#include "parallel-checkout.h"
22-
#include "sparse-index.h"
2322

2423
/*
2524
* Error messages expected by scripts out of plumbing commands such as

0 commit comments

Comments
 (0)