]> git.proxmox.com Git - libgit2.git/commit - include/git2/revwalk.h
Use same-directory include for public headers
authorAndreas Ericsson <ae@op5.se>
Mon, 17 Nov 2008 23:58:02 +0000 (00:58 +0100)
committerShawn O. Pearce <spearce@spearce.org>
Tue, 18 Nov 2008 18:32:53 +0000 (10:32 -0800)
commit257bd746cf4b3f1e048a640202493c3e3bcdc1ae
treebc2c876e099e4a12b7b28779abba186216355c53
parenteb160e949ef7a76c384dbbfa0d61d580a11d095b
Use same-directory include for public headers

It doesn't make sense to use "git/somefile.h" in the
public git headers, as it's quite likely that projects
using them will have a git directory themselves. This
alters it, making the public headers look for headers
in the same directory they themselves are in.

Signed-off-by: Andreas Ericsson <ae@op5.se>
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
include/git/commit.h
include/git/odb.h
include/git/oid.h
include/git/revwalk.h
include/git/zlib.h