X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=sequencer.h;h=c751c9d6e4f78e7d9e2700dcc3fb3157961fb049;hb=986c5181071ce3aac42d0aaeb7bd691a1a0bdf4a;hp=c5787c6b566bbc89caad1a099f4281fecba01766;hpb=f300f5681e88fdf1058139100cbb8f990f5029c5;p=thirdparty%2Fgit.git diff --git a/sequencer.h b/sequencer.h index c5787c6b56..c751c9d6e4 100644 --- a/sequencer.h +++ b/sequencer.h @@ -1,6 +1,11 @@ #ifndef SEQUENCER_H #define SEQUENCER_H +#include "cache.h" +#include "strbuf.h" + +struct commit; + const char *git_path_commit_editmsg(void); const char *git_path_seq_dir(void);