Commit 96576372 by Etienne Samson

docs: fix more missing includes

parent 84bcae6c
...@@ -11,6 +11,8 @@ ...@@ -11,6 +11,8 @@
#include "types.h" #include "types.h"
#include "oid.h" #include "oid.h"
#include "annotated_commit.h" #include "annotated_commit.h"
#include "merge.h"
#include "checkout.h"
/** /**
* @file git2/rebase.h * @file git2/rebase.h
......
...@@ -9,6 +9,8 @@ ...@@ -9,6 +9,8 @@
#include "common.h" #include "common.h"
#include "types.h" #include "types.h"
#include "strarray.h"
#include "diff.h"
/** /**
* @file git2/status.h * @file git2/status.h
......
...@@ -7,6 +7,9 @@ ...@@ -7,6 +7,9 @@
#ifndef INCLUDE_sys_git_index_h__ #ifndef INCLUDE_sys_git_index_h__
#define INCLUDE_sys_git_index_h__ #define INCLUDE_sys_git_index_h__
#include "git2/common.h"
#include "git2/types.h"
/** /**
* @file git2/sys/index.h * @file git2/sys/index.h
* @brief Low-level Git index manipulation routines * @brief Low-level Git index manipulation routines
......
...@@ -7,6 +7,11 @@ ...@@ -7,6 +7,11 @@
#ifndef INCLUDE_sys_git_merge_h__ #ifndef INCLUDE_sys_git_merge_h__
#define INCLUDE_sys_git_merge_h__ #define INCLUDE_sys_git_merge_h__
#include "git2/common.h"
#include "git2/types.h"
#include "git2/index.h"
#include "git2/merge.h"
/** /**
* @file git2/sys/merge.h * @file git2/sys/merge.h
* @brief Git merge driver backend and plugin routines * @brief Git merge driver backend and plugin routines
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment