]> git.ipfire.org Git - thirdparty/git.git/blobdiff - unpack-trees.c
Merge branch 'en/header-split-cleanup'
[thirdparty/git.git] / unpack-trees.c
index 0e7ae852ff5fa54546eebde79c4df36154cbf05c..3ded68ecb6df517e6eb03ba1e00641a4894d4420 100644 (file)
@@ -3,6 +3,8 @@
 #include "repository.h"
 #include "config.h"
 #include "dir.h"
+#include "environment.h"
+#include "gettext.h"
 #include "hex.h"
 #include "tree.h"
 #include "tree-walk.h"
@@ -20,6 +22,7 @@
 #include "promisor-remote.h"
 #include "entry.h"
 #include "parallel-checkout.h"
+#include "setup.h"
 
 /*
  * Error messages expected by scripts out of plumbing commands such as