diff options
Diffstat (limited to 'sparse-index.c')
-rw-r--r-- | sparse-index.c | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/sparse-index.c b/sparse-index.c index 147a13386a..90d0462256 100644 --- a/sparse-index.c +++ b/sparse-index.c @@ -1,4 +1,9 @@ -#include "cache.h" +#include "git-compat-util.h" +#include "alloc.h" +#include "environment.h" +#include "gettext.h" +#include "name-hash.h" +#include "read-cache-ll.h" #include "repository.h" #include "sparse-index.h" #include "tree.h" @@ -7,7 +12,7 @@ #include "cache-tree.h" #include "config.h" #include "dir.h" -#include "fsmonitor.h" +#include "fsmonitor-ll.h" struct modify_index_context { struct index_state *write; |