commit-reach.h: add missing declarations (hdr-check)
[gitweb.git] / commit-reach.h
index 7d313e2975a28ef79b2ccf6dea965d4f139eda58..f41d8f6ba3b5c2fba5a2eb2d12d10fafd16f4bfd 100644 (file)
@@ -1,12 +1,13 @@
 #ifndef __COMMIT_REACH_H__
 #define __COMMIT_REACH_H__
 
+#include "commit.h"
 #include "commit-slab.h"
 
-struct commit;
 struct commit_list;
-struct contains_cache;
 struct ref_filter;
+struct object_id;
+struct object_array;
 
 struct commit_list *get_merge_bases_many(struct commit *one,
                                         int n,