]> git.ipfire.org Git - thirdparty/git.git/blobdiff - rebase-interactive.c
khash: name the structs that khash declares
[thirdparty/git.git] / rebase-interactive.c
index 79ed61b9fa4a333d905fe1d5258d20e43ce86bb2..852a33131827150e54cf9b7143dfeb73cc6ece5c 100644 (file)
@@ -1,13 +1,16 @@
-#include "cache.h"
+#include "git-compat-util.h"
 #include "commit.h"
+#include "editor.h"
 #include "environment.h"
 #include "gettext.h"
 #include "sequencer.h"
 #include "rebase-interactive.h"
+#include "repository.h"
 #include "strbuf.h"
 #include "commit-slab.h"
 #include "config.h"
 #include "dir.h"
+#include "object-name.h"
 #include "wrapper.h"
 
 static const char edit_todo_list_advice[] =