]> git.ipfire.org Git - thirdparty/git.git/commit
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)
commit3ca86adc2db4cd184f38596d4ba44c6870b2a7e4
tree8b14731b31d1a05a84ea03889e203006baf2f586
parent43c8a30d150ecede9709c1f2527c8fba92c65f40
strvec: drop unnecessary include of hex.h

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