1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-10-28 12:59:41 +01:00

Merge branch 'la/strvec-header-fix'

Code clean-up.

* la/strvec-header-fix:
  strvec: drop unnecessary include of hex.h
This commit is contained in:
Junio C Hamano 2023-11-08 11:04:01 +09:00
commit ca320b256c

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 };