]> git.ipfire.org Git - thirdparty/git.git/blobdiff - builtin/difftool.c
Merge branch 'en/header-split-cleanup'
[thirdparty/git.git] / builtin / difftool.c
index 74466332b585a6e05e601be9a6b227df0cdd2261..e010a21bfbc1c4dacc70c9e1866ad4f109af737b 100644 (file)
  */
 #define USE_THE_INDEX_VARIABLE
 #include "cache.h"
+#include "abspath.h"
 #include "config.h"
 #include "builtin.h"
 #include "run-command.h"
+#include "environment.h"
 #include "exec-cmd.h"
+#include "gettext.h"
 #include "hex.h"
 #include "parse-options.h"
 #include "strvec.h"
@@ -25,6 +28,8 @@
 #include "object-store.h"
 #include "dir.h"
 #include "entry.h"
+#include "setup.h"
+#include "wrapper.h"
 
 static int trust_exit_code;