diff options
author | Ramsay Jones <ramsay@ramsayjones.plus.com> | 2018-09-19 01:12:47 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2018-09-20 11:50:00 -0700 |
commit | 4eb4416d37a2f66b0641d91dd0b155fef14266b3 (patch) | |
tree | e36ec0a77f32c03626352a6b6db873122589b3c9 | |
parent | 611023f88f105d3976c546c1b7d9470f51ee1ba4 (diff) | |
download | git-4eb4416d37a2f66b0641d91dd0b155fef14266b3.tar.gz |
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>
-rw-r--r-- | refs/refs-internal.h | 4 |
1 files changed, 4 insertions, 0 deletions
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 |