X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=submodule.c;h=e603a19a876c88c59f18da33caa1541b15ded9f3;hb=5e8515e8e8d10f882d1e8ffeb34b8348426515ed;hp=2e78f5134964ffc60d94ee5d3a793a3624e214ba;hpb=7f9b5ff41ecc069753cb60e375286e4c90fe3bbd;p=thirdparty%2Fgit.git diff --git a/submodule.c b/submodule.c index 2e78f51349..e603a19a87 100644 --- a/submodule.c +++ b/submodule.c @@ -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" @@ -20,14 +19,16 @@ #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"