summaryrefslogtreecommitdiff
path: root/include/git2.h
diff options
context:
space:
mode:
authorVicent Martí <tanoku@gmail.com>2012-02-15 16:56:56 +0100
committerVicent Martí <tanoku@gmail.com>2012-02-15 16:56:56 +0100
commit0c3bae6268c404fc3717cc90ba1bc5db91c8cbe6 (patch)
treee7052e74d5437865d1a5c4765cc857415c171e4e /include/git2.h
parent66faeb5c5d38541c070a02bc53ad0846a4c5fcc9 (diff)
downloadlibgit2-0c3bae6268c404fc3717cc90ba1bc5db91c8cbe6.tar.gz
zlib: Remove custom `git2/zlib.h` header
This is legacy compat stuff for when `deflateBound` is not defined, but we're not embedding zlib and that function is always available. Kill that with fire.
Diffstat (limited to 'include/git2.h')
-rw-r--r--include/git2.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/git2.h b/include/git2.h
index d68a04ef..3d7c4f62 100644
--- a/include/git2.h
+++ b/include/git2.h
@@ -13,7 +13,6 @@
#include "git2/common.h"
#include "git2/threads.h"
#include "git2/errors.h"
-#include "git2/zlib.h"
#include "git2/types.h"