diff options
author | Ramsay Jones <ramsay@ramsayjones.plus.com> | 2018-09-19 01:10:34 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2018-09-20 11:50:00 -0700 |
commit | 440984b2d6825402e3fdd823de2def16ea7d56cf (patch) | |
tree | 5e2764c3fde7104ddf7b548592f0d075f8360793 /refs | |
parent | ewah/ewok_rlw.h: add missing include (hdr-check) (diff) | |
download | tgif-440984b2d6825402e3fdd823de2def16ea7d56cf.tar.xz |
refs/ref-cache.h: add missing declarations (hdr-check)
Signed-off-by: Ramsay Jones <ramsay@ramsayjones.plus.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'refs')
-rw-r--r-- | refs/ref-cache.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/refs/ref-cache.h b/refs/ref-cache.h index eda65e73ed..3bfb89d2b3 100644 --- a/refs/ref-cache.h +++ b/refs/ref-cache.h @@ -1,7 +1,10 @@ #ifndef REFS_REF_CACHE_H #define REFS_REF_CACHE_H +#include "cache.h" + struct ref_dir; +struct ref_store; /* * If this ref_cache is filled lazily, this function is used to load |