diff.h: reduce unnecessary includes
Signed-off-by: Elijah Newren <newren@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
committed by
Junio C Hamano
parent
e3d2f20e6f
commit
0e312eaa12
@ -18,6 +18,7 @@
|
||||
#include "setup.h"
|
||||
#include "strvec.h"
|
||||
#include "bloom.h"
|
||||
#include "tree-walk.h"
|
||||
|
||||
static void range_set_grow(struct range_set *rs, size_t extra)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user