#define USE_THE_REPOSITORY_VARIABLE #include "test-tool.h" #include "hex.h" #include "read-cache-ll.h" #include "repository.h" #include "setup.h" #include "split-index.h" #include "ewah/ewok.h" static void show_bit(size_t pos, void *data UNUSED) { … } int cmd__dump_split_index(int ac UNUSED, const char **av) { … }