diff options
Diffstat (limited to 'split-index.c')
-rw-r--r-- | split-index.c | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/split-index.c b/split-index.c index 5d0f04763e..8c38687c04 100644 --- a/split-index.c +++ b/split-index.c @@ -1,5 +1,10 @@ -#include "cache.h" +#include "git-compat-util.h" +#include "gettext.h" +#include "hash.h" +#include "mem-pool.h" +#include "read-cache-ll.h" #include "split-index.h" +#include "strbuf.h" #include "ewah/ewok.h" struct split_index *init_split_index(struct index_state *istate) |