diff options
Diffstat (limited to 'src/commit.c')
-rw-r--r-- | src/commit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commit.c b/src/commit.c index 7c982100f..ce02d0ef9 100644 --- a/src/commit.c +++ b/src/commit.c @@ -23,7 +23,7 @@ * Boston, MA 02110-1301, USA. */ -#include "git/commit.h" +#include "commit.h" const git_oid *git_commit_id(git_commit *c) { |