diff options
author | Junio C Hamano <gitster@pobox.com> | 2021-07-16 17:42:51 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2021-07-16 17:42:51 -0700 |
commit | f90efd998121936a4b9a25127045c3985a7c4369 (patch) | |
tree | 6924d183a246fd520a151a29d693c7404fc7d7d5 /builtin/submodule--helper.c | |
parent | Merge branch 'ab/bundle-updates' (diff) | |
parent | submodule--helper: remove redundant include (diff) | |
download | tgif-f90efd998121936a4b9a25127045c3985a7c4369.tar.xz |
Merge branch 'ar/submodule-helper-include-cleanup'
Code clean-up.
* ar/submodule-helper-include-cleanup:
submodule--helper: remove redundant include
Diffstat (limited to 'builtin/submodule--helper.c')
-rw-r--r-- | builtin/submodule--helper.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/builtin/submodule--helper.c b/builtin/submodule--helper.c index ae6174ab05..f73963ad67 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) |