diff options
Diffstat (limited to 'diffcore.h')
-rw-r--r-- | diffcore.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/diffcore.h b/diffcore.h index badc2261c2..5ffe4ec788 100644 --- a/diffcore.h +++ b/diffcore.h @@ -4,9 +4,11 @@ #ifndef DIFFCORE_H #define DIFFCORE_H -#include "cache.h" +#include "hash-ll.h" struct diff_options; +struct mem_pool; +struct oid_array; struct repository; struct strintmap; struct strmap; @@ -162,6 +164,7 @@ struct diff_filepair *diff_queue(struct diff_queue_struct *, struct diff_filespec *, struct diff_filespec *); void diff_q(struct diff_queue_struct *, struct diff_filepair *); +void diff_free_queue(struct diff_queue_struct *q); /* dir_rename_relevance: the reason we want rename information for a dir */ enum dir_rename_relevance { |