refs/refs-internal.h: add missing declarations (hdr-check)
authorRamsay Jones <ramsay@ramsayjones.plus.com>
Wed, 19 Sep 2018 00:12:47 +0000 (01:12 +0100)
committerJunio 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
index 04425d6d1e45e2401454e7b89b0ed4b3959926de..44d53672c7b8890ed6fd51fb024cf2172e762881 100644 (file)
@@ -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