Skip to content

Commit 4eb4416

Browse files
ramsay-jonesgitster
authored andcommitted
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>
1 parent 611023f commit 4eb4416

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

refs/refs-internal.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
#ifndef REFS_REFS_INTERNAL_H
22
#define REFS_REFS_INTERNAL_H
33

4+
#include "cache.h"
5+
#include "refs.h"
46
#include "iterator.h"
57

8+
struct ref_transaction;
9+
610
/*
711
* Data structures and functions for the internal use of the refs
812
* module. Code outside of the refs module should use only the public

0 commit comments

Comments
 (0)