refs/refs-internal.h: add missing declarations (hdr-check)

Signed-off-by: Ramsay Jones <ramsay@ramsayjones.plus.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>

Ramsay Jones committed Sep 19, 2018 at 01:12 UTC 4eb4416d37a2f66b0641d91dd0b155fef14266b3
1 file changed +4
refs/refs-internal.h
+4
@@ -1,8 +1,12 @@
1 #ifndef REFS_REFS_INTERNAL_H
2 #define REFS_REFS_INTERNAL_H
3
4 +#include "cache.h"
5 +#include "refs.h"
6 #include "iterator.h"
7
8 +struct ref_transaction;
9 +
10 /*
11 * Data structures and functions for the internal use of the refs
12 * module. Code outside of the refs module should use only the public