Skip to content

Commit 440984b

Browse files
ramsay-jonesgitster
authored andcommitted
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>
1 parent 9623514 commit 440984b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

refs/ref-cache.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
#ifndef REFS_REF_CACHE_H
22
#define REFS_REF_CACHE_H
33

4+
#include "cache.h"
5+
46
struct ref_dir;
7+
struct ref_store;
58

69
/*
710
* If this ref_cache is filled lazily, this function is used to load

0 commit comments

Comments
 (0)