summaryrefslogtreecommitdiff
path: root/builtin
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2015-02-25 15:40:14 -0800
committerLibravatar Junio C Hamano <gitster@pobox.com>2015-02-25 15:40:14 -0800
commita75c663cd2056919a58ea949c519aad90eddd2f5 (patch)
tree452a4b9b459c9c8f19e3c39deca2adf95f8b422b /builtin
parentMerge branch 'jc/max-io-size-and-ssize-max' (diff)
parentdo not include the same header twice (diff)
downloadtgif-a75c663cd2056919a58ea949c519aad90eddd2f5.tar.xz
Merge branch 'dp/remove-duplicated-header-inclusion'
Code clean-up. * dp/remove-duplicated-header-inclusion: do not include the same header twice
Diffstat (limited to 'builtin')
-rw-r--r--builtin/fetch.c1
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"