aboutsummaryrefslogtreecommitdiffstats
path: root/worktree.c
diff options
context:
space:
mode:
Diffstat (limited to 'worktree.c')
-rw-r--r--worktree.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/worktree.c b/worktree.c
index e10594ef33..b5ee71c5eb 100644
--- a/worktree.c
+++ b/worktree.c
@@ -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)
{