diff options
author | Junio C Hamano <gitster@pobox.com> | 2015-03-05 13:12:55 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-03-05 13:12:55 -0800 |
commit | be2804c49eb19e11578d60218575aca07792bc94 (patch) | |
tree | 42bd43dded23ee62429b547dc13efb5864166c9c /builtin | |
parent | Merge branch 'sb/hex-object-name-is-at-most-41-bytes-long' into maint (diff) | |
parent | do not include the same header twice (diff) | |
download | tgif-be2804c49eb19e11578d60218575aca07792bc94.tar.xz |
Merge branch 'dp/remove-duplicated-header-inclusion' into maint
Code clean-up.
* dp/remove-duplicated-header-inclusion:
do not include the same header twice
Diffstat (limited to 'builtin')
-rw-r--r-- | builtin/fetch.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/builtin/fetch.c b/builtin/fetch.c index 7b84d35d83..75a55e590b 100644 --- a/builtin/fetch.c +++ b/builtin/fetch.c @@ -11,7 +11,6 @@ #include "run-command.h" #include "parse-options.h" #include "sigchain.h" -#include "transport.h" #include "submodule.h" #include "connected.h" #include "argv-array.h" |