Skip to content

Commit 3ca86ad

Browse files
Linus Arvergitster
authored andcommitted
strvec: drop unnecessary include of hex.h
In 41771fa (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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 43c8a30 commit 3ca86ad

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

strvec.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#include "git-compat-util.h"
22
#include "strvec.h"
3-
#include "hex.h"
43
#include "strbuf.h"
54

65
const char *empty_strvec[] = { NULL };

0 commit comments

Comments
 (0)