From: Atharva Raykar Date: Tue, 6 Jul 2021 18:24:08 +0000 (+0530) Subject: submodule--helper: remove redundant include X-Git-Tag: v2.33.0-rc0~43^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6a24cc71ed4e7297e3fa1fc8abbd604eaaef4a16;p=thirdparty%2Fgit.git submodule--helper: remove redundant include "dir.h" should have been included only once. Signed-off-by: Atharva Raykar Mentored-by: Christian Couder Mentored-by: Shourya Shukla Signed-off-by: Junio C Hamano --- diff --git a/builtin/submodule--helper.c b/builtin/submodule--helper.c index 79156fac45..9f7daf5604 100644 --- a/builtin/submodule--helper.c +++ b/builtin/submodule--helper.c @@ -13,7 +13,6 @@ #include "remote.h" #include "refs.h" #include "connect.h" -#include "dir.h" static char *get_default_remote(void) {