]> git.ipfire.org Git - thirdparty/git.git/commitdiff
strvec: drop unnecessary include of hex.h
authorLinus Arver <linusa@google.com>
Thu, 2 Nov 2023 20:51:17 +0000 (20:51 +0000)
committerJunio C Hamano <gitster@pobox.com>
Thu, 2 Nov 2023 23:26:55 +0000 (08:26 +0900)
In 41771fa435 (cache.h: remove dependence on hex.h; make other files
include it explicitly, 2023-02-24) we added this as part of a larger
mechanical refactor. But strvec doesn't actually depend on hex.h, so
remove it.

Signed-off-by: Linus Arver <linusa@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
strvec.c

index 89dc9e7e753313acbb0a5dc83b7705f3538a4c45..178f4f37480e1104e329674964a5d5c24d5ba7e5 100644 (file)
--- 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 };