]> git.99rst.org Git - git.git/commitdiff
submodule--helper: remove redundant include
authorAtharva Raykar <redacted>
Tue, 6 Jul 2021 18:24:08 +0000 (23:54 +0530)
committerJunio C Hamano <redacted>
Tue, 6 Jul 2021 21:01:08 +0000 (14:01 -0700)
"dir.h" should have been included only once.

Signed-off-by: Atharva Raykar <redacted>
Mentored-by: Christian Couder <redacted>
Mentored-by: Shourya Shukla <redacted>
Signed-off-by: Junio C Hamano <redacted>
builtin/submodule--helper.c

index 79156fac45dd2050e36376d90ae85c0a1ccbb898..9f7daf5604aecf48e9d35de47fb0af83955b5715 100644 (file)
@@ -13,7 +13,6 @@
 #include "remote.h"
 #include "refs.h"
 #include "connect.h"
-#include "dir.h"
 
 static char *get_default_remote(void)
 {
git clone https://git.99rst.org/PROJECT