diff options
| author | Carlos Martín Nieto <cmn@dwim.me> | 2014-07-08 09:56:16 +0200 |
|---|---|---|
| committer | Carlos Martín Nieto <cmn@dwim.me> | 2014-07-08 10:30:19 +0200 |
| commit | 18eb6ec8233cb3cb607abdf289da6a57cc252bb2 (patch) | |
| tree | 6613f8bd8a91ab5c8e09d8a2847625d3bb38fa74 /include/git2/reset.h | |
| parent | 9b87998c97fedcf0c22cef28bb0839ecd68c1efd (diff) | |
| download | libgit2-18eb6ec8233cb3cb607abdf289da6a57cc252bb2.tar.gz | |
Documentation fixes
Fixup git_attr_value's comment to be recognised as documentation, and
include the definitions needed for clang to parse reset.h such that
it shows up in the documentation.
This fixes #2430.
Diffstat (limited to 'include/git2/reset.h')
| -rw-r--r-- | include/git2/reset.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/git2/reset.h b/include/git2/reset.h index b8c580339..ea7217efe 100644 --- a/include/git2/reset.h +++ b/include/git2/reset.h @@ -7,6 +7,10 @@ #ifndef INCLUDE_git_reset_h__ #define INCLUDE_git_reset_h__ +#include "common.h" +#include "types.h" +#include "strarray.h" + /** * @file git2/reset.h * @brief Git reset management routines |
