]> 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 e10594ef3369ba420f61f1e51faa2a177233c77a..b5ee71c5ebda499899e5f64209611f0484359867 100644 (file)
@@ -1,12 +1,17 @@
 #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)
 {