]> git.ipfire.org Git - thirdparty/git.git/blobdiff - submodule.c
maintenance(systemd): support the Windows Subsystem for Linux
[thirdparty/git.git] / submodule.c
index 2e78f5134964ffc60d94ee5d3a793a3624e214ba..e603a19a876c88c59f18da33caa1541b15ded9f3 100644 (file)
@@ -1,6 +1,5 @@
-#include "cache.h"
+#include "git-compat-util.h"
 #include "abspath.h"
-#include "alloc.h"
 #include "repository.h"
 #include "config.h"
 #include "submodule-config.h"
 #include "strvec.h"
 #include "blob.h"
 #include "thread-utils.h"
+#include "path.h"
 #include "quote.h"
 #include "remote.h"
 #include "worktree.h"
 #include "parse-options.h"
 #include "object-file.h"
 #include "object-name.h"
-#include "object-store.h"
+#include "object-store-ll.h"
 #include "commit-reach.h"
+#include "read-cache-ll.h"
 #include "setup.h"
 #include "shallow.h"
 #include "trace2.h"