summaryrefslogtreecommitdiff
path: root/include/git2.h
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2019-01-23 00:07:40 +0000
committerEdward Thomson <ethomson@edwardthomson.com>2019-01-25 09:06:50 +0000
commita7d0d14fb03243f571b801804d1b5ac9a2aee725 (patch)
treef786e9f6c245ad75baf3928c92c55ef6a939fa35 /include/git2.h
parent1c3daccf1adffe03efc3e2edab677febbaabda25 (diff)
downloadlibgit2-a7d0d14fb03243f571b801804d1b5ac9a2aee725.tar.gz
deprecation: move deprecated bits to deprecated.h
Diffstat (limited to 'include/git2.h')
-rw-r--r--include/git2.h1
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"