git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] submodule--helper: remove redundant include
@ 2021-07-06 18:24 Atharva Raykar
  0 siblings, 0 replies; only message in thread
From: Atharva Raykar @ 2021-07-06 18:24 UTC (permalink / raw)
  To: git; +Cc: Atharva Raykar, Junio C Hamano, Christian Couder, Shourya Shukla

"dir.h" should have been included only once.

Signed-off-by: Atharva Raykar <raykar.ath@gmail.com>
Mentored-by: Christian Couder <christian.couder@gmail.com>
Mentored-by: Shourya Shukla <periperidip@gmail.com>
---
 builtin/submodule--helper.c | 1 -
 1 file changed, 1 deletion(-)

This is just something I found while working on my submodule series.

diff --git a/builtin/submodule--helper.c b/builtin/submodule--helper.c
index d55f6262e9..3e2023fc3d 100644
--- a/builtin/submodule--helper.c
+++ b/builtin/submodule--helper.c
@@ -19,7 +19,6 @@
 #include "diffcore.h"
 #include "diff.h"
 #include "object-store.h"
-#include "dir.h"
 #include "advice.h"
 
 #define OPT_QUIET (1 << 0)
-- 
2.31.1


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-07-06 18:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-07-06 18:24 [PATCH] submodule--helper: remove redundant include Atharva Raykar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).