Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'refs/files-backend.c')
-rw-r--r--refs/files-backend.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/refs/files-backend.c b/refs/files-backend.c
index 31bc5c45ee..e6a6971381 100644
--- a/refs/files-backend.c
+++ b/refs/files-backend.c
@@ -1,5 +1,7 @@
#include "../cache.h"
#include "../config.h"
+#include "../environment.h"
+#include "../gettext.h"
#include "../hex.h"
#include "../refs.h"
#include "refs-internal.h"
@@ -12,7 +14,10 @@
#include "../object.h"
#include "../dir.h"
#include "../chdir-notify.h"
-#include "worktree.h"
+#include "../setup.h"
+#include "../worktree.h"
+#include "../wrapper.h"
+#include "../write-or-die.h"
/*
* This backend uses the following flags in `ref_update::flags` for