From: Ramsay Jones Date: Wed, 19 Sep 2018 00:12:47 +0000 (+0100) Subject: refs/refs-internal.h: add missing declarations (hdr-check) X-Git-Tag: v2.20.0-rc0~188^2~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4eb4416d37a2f66b0641d91dd0b155fef14266b3;p=git refs/refs-internal.h: add missing declarations (hdr-check) Signed-off-by: Ramsay Jones Signed-off-by: Junio C Hamano --- 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