From 440984b2d6825402e3fdd823de2def16ea7d56cf Mon Sep 17 00:00:00 2001 From: Ramsay Jones Date: Wed, 19 Sep 2018 01:10:34 +0100 Subject: refs/ref-cache.h: add missing declarations (hdr-check) Signed-off-by: Ramsay Jones Signed-off-by: Junio C Hamano --- refs/ref-cache.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'refs') 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 -- cgit v1.2.3 From 611023f88f105d3976c546c1b7d9470f51ee1ba4 Mon Sep 17 00:00:00 2001 From: Ramsay Jones Date: Wed, 19 Sep 2018 01:11:44 +0100 Subject: refs/packed-backend.h: add missing declaration (hdr-check) Signed-off-by: Ramsay Jones Signed-off-by: Junio C Hamano --- refs/packed-backend.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'refs') diff --git a/refs/packed-backend.h b/refs/packed-backend.h index 640245d3b9..a01a0aff9c 100644 --- a/refs/packed-backend.h +++ b/refs/packed-backend.h @@ -1,6 +1,8 @@ #ifndef REFS_PACKED_BACKEND_H #define REFS_PACKED_BACKEND_H +struct ref_transaction; + /* * Support for storing references in a `packed-refs` file. * -- cgit v1.2.3 From 4eb4416d37a2f66b0641d91dd0b155fef14266b3 Mon Sep 17 00:00:00 2001 From: Ramsay Jones Date: Wed, 19 Sep 2018 01:12:47 +0100 Subject: refs/refs-internal.h: add missing declarations (hdr-check) Signed-off-by: Ramsay Jones Signed-off-by: Junio C Hamano --- refs/refs-internal.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'refs') 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 -- cgit v1.2.3