summaryrefslogtreecommitdiff
path: root/transport-helper.c
diff options
context:
space:
mode:
authorElijah Newren <newren@gmail.com>2023-02-24 00:09:27 (GMT)
committerJunio C Hamano <gitster@pobox.com>2023-02-24 01:25:29 (GMT)
commit41771fa435a44ff8be3f23753bde0309a2a65b03 (patch)
treeb0e8d11299caa6a01b56bdd5b367ed0b51ad087a /transport-helper.c
parentb73ecb48114926d063d7ab96943bafcc0ae913b6 (diff)
downloadgit-41771fa435a44ff8be3f23753bde0309a2a65b03.zip
git-41771fa435a44ff8be3f23753bde0309a2a65b03.tar.gz
git-41771fa435a44ff8be3f23753bde0309a2a65b03.tar.bz2
cache.h: remove dependence on hex.h; make other files include it explicitly
Signed-off-by: Elijah Newren <newren@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'transport-helper.c')
-rw-r--r--transport-helper.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/transport-helper.c b/transport-helper.c
index 3ea7c2b..82ac63e 100644
--- a/transport-helper.c
+++ b/transport-helper.c
@@ -4,6 +4,7 @@
#include "run-command.h"
#include "commit.h"
#include "diff.h"
+#include "hex.h"
#include "revision.h"
#include "remote.h"
#include "string-list.h"