summaryrefslogtreecommitdiff
path: root/refs
diff options
context:
space:
mode:
authorLibravatar Ramsay Jones <ramsay@ramsayjones.plus.com>2018-09-19 01:12:47 +0100
committerLibravatar Junio C Hamano <gitster@pobox.com>2018-09-20 11:50:00 -0700
commit4eb4416d37a2f66b0641d91dd0b155fef14266b3 (patch)
treee36ec0a77f32c03626352a6b6db873122589b3c9 /refs
parentrefs/packed-backend.h: add missing declaration (hdr-check) (diff)
downloadtgif-4eb4416d37a2f66b0641d91dd0b155fef14266b3.tar.xz
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>
Diffstat (limited to 'refs')
-rw-r--r--refs/refs-internal.h4
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