diff mbox series

[6/9] refs/refs-internal.h: add missing declarations (hdr-check)

Message ID 2190f17a-0bd0-f4f9-fdd1-62152b09c7ad@ramsayjones.plus.com (mailing list archive)
State New, archived
Headers show
Series [1/9] Makefile: add a hdr-check target | expand

Commit Message

Ramsay Jones Sept. 19, 2018, 12:12 a.m. UTC
Signed-off-by: Ramsay Jones <ramsay@ramsayjones.plus.com>
---
 refs/refs-internal.h | 4 ++++
 1 file changed, 4 insertions(+)
diff mbox series

Patch

diff --git a/refs/refs-internal.h b/refs/refs-internal.h
index 04425d6d1e..44d53672c7 100644
--- a/refs/refs-internal.h
+++ b/refs/refs-internal.h
@@ -1,8 +1,12 @@ 
 #ifndef REFS_REFS_INTERNAL_H
 #define REFS_REFS_INTERNAL_H
 
+#include "cache.h"
+#include "refs.h"
 #include "iterator.h"
 
+struct ref_transaction;
+
 /*
  * Data structures and functions for the internal use of the refs
  * module. Code outside of the refs module should use only the public