Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2023-11-08 05:04:01 +0300
committerJunio C Hamano <gitster@pobox.com>2023-11-08 05:04:02 +0300
commitca320b256c07157f66aad5e7d23a3b71de6952d5 (patch)
tree19f6297cda16c3dd551b8273689f40017e0f5091
parent259e30d2bb4c74d853f5046aeb835c63b4ec88fd (diff)
parent3ca86adc2db4cd184f38596d4ba44c6870b2a7e4 (diff)
Merge branch 'la/strvec-header-fix'
Code clean-up. * la/strvec-header-fix: strvec: drop unnecessary include of hex.h
-rw-r--r--strvec.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/strvec.c b/strvec.c
index 89dc9e7e75..178f4f3748 100644
--- a/strvec.c
+++ b/strvec.c
@@ -1,6 +1,5 @@
#include "git-compat-util.h"
#include "strvec.h"
-#include "hex.h"
#include "strbuf.h"
const char *empty_strvec[] = { NULL };