]> git.ipfire.org Git - thirdparty/git.git/blobdiff - builtin/update-index.c
sparse-index.h: move declarations for sparse-index.c from cache.h
[thirdparty/git.git] / builtin / update-index.c
index 33b00cef15190467fb79e93cf5e50a251e856030..47dc9b626ef334da8daaf6731517f23067684ff0 100644 (file)
@@ -9,6 +9,7 @@
 #include "config.h"
 #include "environment.h"
 #include "gettext.h"
+#include "hash.h"
 #include "hex.h"
 #include "lockfile.h"
 #include "quote.h"
 #include "parse-options.h"
 #include "pathspec.h"
 #include "dir.h"
+#include "repository.h"
 #include "setup.h"
+#include "sparse-index.h"
 #include "split-index.h"
+#include "symlinks.h"
 #include "fsmonitor.h"
 #include "write-or-die.h"