diff options
| author | Edward Thomson <ethomson@edwardthomson.com> | 2019-01-23 00:07:40 +0000 |
|---|---|---|
| committer | Edward Thomson <ethomson@edwardthomson.com> | 2019-01-25 09:06:50 +0000 |
| commit | a7d0d14fb03243f571b801804d1b5ac9a2aee725 (patch) | |
| tree | f786e9f6c245ad75baf3928c92c55ef6a939fa35 /include/git2.h | |
| parent | 1c3daccf1adffe03efc3e2edab677febbaabda25 (diff) | |
| download | libgit2-a7d0d14fb03243f571b801804d1b5ac9a2aee725.tar.gz | |
deprecation: move deprecated bits to deprecated.h
Diffstat (limited to 'include/git2.h')
| -rw-r--r-- | include/git2.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/git2.h b/include/git2.h index 9239b48c8..c07c26038 100644 --- a/include/git2.h +++ b/include/git2.h @@ -21,6 +21,7 @@ #include "git2/commit.h" #include "git2/common.h" #include "git2/config.h" +#include "git2/deprecated.h" #include "git2/describe.h" #include "git2/diff.h" #include "git2/errors.h" |
