summaryrefslogtreecommitdiffstats
path: root/transport-helper.c
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2015-02-26 00:40:14 +0100
committerJunio C Hamano <gitster@pobox.com>2015-02-26 00:40:14 +0100
commita75c663cd2056919a58ea949c519aad90eddd2f5 (patch)
tree452a4b9b459c9c8f19e3c39deca2adf95f8b422b /transport-helper.c
parentMerge branch 'jc/max-io-size-and-ssize-max' (diff)
parentdo not include the same header twice (diff)
downloadgit-a75c663cd2056919a58ea949c519aad90eddd2f5.tar.xz
git-a75c663cd2056919a58ea949c519aad90eddd2f5.zip
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 'transport-helper.c')
-rw-r--r--transport-helper.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/transport-helper.c b/transport-helper.c
index 7441d5d515..7dc4a443ae 100644
--- a/transport-helper.c
+++ b/transport-helper.c
@@ -5,7 +5,6 @@
#include "commit.h"
#include "diff.h"
#include "revision.h"
-#include "quote.h"
#include "remote.h"
#include "string-list.h"
#include "thread-utils.h"