diff options
Diffstat (limited to 'sparse-index.c')
| -rw-r--r-- | sparse-index.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sparse-index.c b/sparse-index.c index 886054729e..1fdb07a9e6 100644 --- a/sparse-index.c +++ b/sparse-index.c @@ -1,7 +1,8 @@ -#include "cache.h" -#include "alloc.h" +#include "git-compat-util.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" @@ -10,7 +11,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; |
