]> git.ipfire.org Git - thirdparty/git.git/blobdiff - rebase-interactive.c
environment.h: move declarations for environment.c functions from cache.h
[thirdparty/git.git] / rebase-interactive.c
index 7407c593191679c757573e567a28f35c65c9cb33..a83334dd56465a32bd6ed8f44a49596b68e0092d 100644 (file)
@@ -1,11 +1,14 @@
 #include "cache.h"
 #include "commit.h"
+#include "environment.h"
+#include "gettext.h"
 #include "sequencer.h"
 #include "rebase-interactive.h"
 #include "strbuf.h"
 #include "commit-slab.h"
 #include "config.h"
 #include "dir.h"
+#include "wrapper.h"
 
 static const char edit_todo_list_advice[] =
 N_("You can fix this with 'git rebase --edit-todo' "