refs/refs-internal.h: add missing declarations (hdr-check)
[gitweb.git] / 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