]> git.ipfire.org Git - thirdparty/git.git/blobdiff - sequencer.h
treewide: remove unnecessary cache.h includes
[thirdparty/git.git] / sequencer.h
index 3bcdfa1b5865fc5209141870076b7325edfa36d4..33dbaf5b66d8bd803de8b0dfdc7d25300ed62ede 100644 (file)
@@ -1,11 +1,11 @@
 #ifndef SEQUENCER_H
 #define SEQUENCER_H
 
-#include "cache.h"
 #include "strbuf.h"
 #include "wt-status.h"
 
 struct commit;
+struct index_state;
 struct repository;
 
 const char *git_path_commit_editmsg(void);