Merge branch 'la/strvec-header-fix'

Code clean-up.

* la/strvec-header-fix:
  strvec: drop unnecessary include of hex.h
maint
Junio C Hamano 2023-11-08 11:04:01 +09:00
commit ca320b256c
1 changed files with 0 additions and 1 deletions

View File

@ -1,6 +1,5 @@
#include "git-compat-util.h"
#include "strvec.h"
#include "hex.h"
#include "strbuf.h"

const char *empty_strvec[] = { NULL };