Merge branch 'rj/header-cleanup'
authorJunio C Hamano <gitster@pobox.com>
Tue, 6 Nov 2018 06:50:23 +0000 (15:50 +0900)
committerJunio C Hamano <gitster@pobox.com>
Tue, 6 Nov 2018 06:50:23 +0000 (15:50 +0900)
Code cleanup.

* rj/header-cleanup:
  commit-reach.h: add missing declarations (hdr-check)
  ewok_rlw.h: add missing 'inline' to function definition
  fetch-object.h: add missing declaration (hdr-check)

1  2 
commit-reach.h

diff --cc commit-reach.h
@@@ -1,12 -1,13 +1,13 @@@
 -#ifndef __COMMIT_REACH_H__
 -#define __COMMIT_REACH_H__
 +#ifndef COMMIT_REACH_H
 +#define COMMIT_REACH_H
  
+ #include "commit.h"
  #include "commit-slab.h"
  
- struct commit;
  struct commit_list;
- struct contains_cache;
  struct ref_filter;
+ struct object_id;
+ struct object_array;
  
  struct commit_list *get_merge_bases_many(struct commit *one,
                                         int n,