]> git.ipfire.org Git - thirdparty/git.git/blobdiff - worktree.c
cache,tree: move basic name compare functions from read-cache to tree
[thirdparty/git.git] / worktree.c
index b7bc4c7bb7a66b6cd4ba8a6b9b7fadb176659e74..b5ee71c5ebda499899e5f64209611f0484359867 100644 (file)
@@ -1,14 +1,17 @@
-#include "cache.h"
+#include "git-compat-util.h"
 #include "abspath.h"
 #include "alloc.h"
+#include "environment.h"
 #include "gettext.h"
 #include "repository.h"
 #include "refs.h"
+#include "setup.h"
 #include "strbuf.h"
 #include "worktree.h"
 #include "dir.h"
 #include "wt-status.h"
 #include "config.h"
+#include "wrapper.h"
 
 void free_worktrees(struct worktree **worktrees)
 {