Merge branch 'en/incl-forward-decl'
Code hygiene improvement for the header files. * en/incl-forward-decl: Remove forward declaration of an enum compat/precompose_utf8.h: use more common include guard style urlmatch.h: fix include guard Move definition of enum branch_track from cache.h to branch.h alloc: make allocate_alloc_state and clear_alloc_state more consistent Add missing includes and forward declarations
This commit is contained in:
10
submodule.h
10
submodule.h
@ -1,11 +1,17 @@
|
||||
#ifndef SUBMODULE_H
|
||||
#define SUBMODULE_H
|
||||
|
||||
struct repository;
|
||||
struct diff_options;
|
||||
struct argv_array;
|
||||
struct cache_entry;
|
||||
struct diff_options;
|
||||
struct index_state;
|
||||
struct object_id;
|
||||
struct oid_array;
|
||||
struct pathspec;
|
||||
struct remote;
|
||||
struct repository;
|
||||
struct string_list;
|
||||
struct strbuf;
|
||||
|
||||
enum {
|
||||
RECURSE_SUBMODULES_ONLY = -5,
|
||||
|
Reference in New Issue
Block a user