log-tree: show_log: make commentary block delimiting reusable
[gitweb.git] / builtin / merge-tree.c
index 32736e0b1011f575d2585fd2e012501d807f9e9b..8a8d579752050487269bcc63aac4713c0b8ebc1e 100644 (file)
@@ -1,8 +1,9 @@
 #include "builtin.h"
 #include "tree-walk.h"
 #include "xdiff-interface.h"
+#include "object-store.h"
 #include "blob.h"
-#include "exec_cmd.h"
+#include "exec-cmd.h"
 #include "merge-blobs.h"
 
 static const char merge_tree_usage[] = "git merge-tree <base-tree> <branch1> <branch2>";