treewide: be explicit about dependence on strbuf.h

Signed-off-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Elijah Newren
2023-04-22 20:17:08 +00:00
committed by Junio C Hamano
parent 331b094eec
commit 69a63fe663
13 changed files with 13 additions and 0 deletions

View File

@@ -3,6 +3,7 @@
#include "gettext.h"
#include "mem-pool.h"
#include "split-index.h"
#include "strbuf.h"
#include "ewah/ewok.h"
struct split_index *init_split_index(struct index_state *istate)