Skip to content

Commit

Permalink
strvec: drop unnecessary include of hex.h
Browse files Browse the repository at this point in the history
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 <linusa@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Linus Arver authored and gitster committed Nov 2, 2023
1 parent 43c8a30 commit 3ca86ad
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion strvec.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#include "git-compat-util.h"
#include "strvec.h"
#include "hex.h"
#include "strbuf.h"

const char *empty_strvec[] = { NULL };
Expand Down

0 comments on commit 3ca86ad

Please sign in to comment.