Merge branch 'rj/header-check'

Header files clean-up.

* rj/header-check:
  delta-islands.h: add missing forward declarations (hdr-check)
  midx.h: add missing forward declarations (hdr-check)
  refs/refs-internal.h: add missing declarations (hdr-check)
  refs/packed-backend.h: add missing declaration (hdr-check)
  refs/ref-cache.h: add missing declarations (hdr-check)
  ewah/ewok_rlw.h: add missing include (hdr-check)
  json-writer.h: add missing include (hdr-check)
  Makefile: add a hdr-check target
This commit is contained in:
Junio C Hamano
2018-10-16 16:16:00 +09:00
8 changed files with 32 additions and 0 deletions

View 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