git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 9/9] commit-reach.h: add missing declarations (hdr-check)
@ 2018-09-19  0:15 Ramsay Jones
  2018-09-19 23:38 ` Derrick Stolee
  0 siblings, 1 reply; 4+ messages in thread
From: Ramsay Jones @ 2018-09-19  0:15 UTC (permalink / raw)
  To: Junio C Hamano; +Cc: GIT Mailing-list


Signed-off-by: Ramsay Jones <ramsay@ramsayjones.plus.com>
---
 commit-reach.h | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/commit-reach.h b/commit-reach.h
index 7d313e2975..f41d8f6ba3 100644
--- a/commit-reach.h
+++ b/commit-reach.h
@@ -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,
-- 
2.19.0

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-09-21 17:41 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-09-19  0:15 [PATCH 9/9] commit-reach.h: add missing declarations (hdr-check) Ramsay Jones
2018-09-19 23:38 ` Derrick Stolee
2018-09-20 15:35   ` Ramsay Jones
2018-09-21 17:41     ` Derrick Stolee

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).