Skip to content

Commit

Permalink
Merge branch 'la/strvec-header-fix' into next
Browse files Browse the repository at this point in the history
Code clean-up.

* la/strvec-header-fix:
  strvec: drop unnecessary include of hex.h
  • Loading branch information
gitster committed Nov 3, 2023
2 parents aa6ade6 + 3ca86ad commit db23d8a
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 db23d8a

Please sign in to comment.