Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
refs/refs-internal.h: add missing declarations (hdr-check)
author
Ramsay Jones
<ramsay@ramsayjones.plus.com>
Wed, 19 Sep 2018 00:12:47 +0000
(
01:12
+0100)
committer
Junio C Hamano
<gitster@pobox.com>
Thu, 20 Sep 2018 18:50:00 +0000
(11:50 -0700)
Signed-off-by: Ramsay Jones <ramsay@ramsayjones.plus.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
refs/refs-internal.h
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
611023f
)
diff --git
a/refs/refs-internal.h
b/refs/refs-internal.h
index 04425d6d1e45e2401454e7b89b0ed4b3959926de..44d53672c7b8890ed6fd51fb024cf2172e762881 100644
(file)
--- 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