From f313843c8a3e9716d030ad0c23ce2194034c7f59 Mon Sep 17 00:00:00 2001 From: John Josef Date: Mon, 9 Sep 2013 13:53:22 -0400 Subject: [PATCH] fixing headers with bad values for objective-c --- include/git2/cred_helpers.h | 2 +- include/git2/odb_backend.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/include/git2/cred_helpers.h b/include/git2/cred_helpers.h index 5d93cf4dd..1d8809211 100644 --- a/include/git2/cred_helpers.h +++ b/include/git2/cred_helpers.h @@ -7,7 +7,7 @@ #ifndef INCLUDE_git_cred_helpers_h__ #define INCLUDE_git_cred_helpers_h__ -#include "git2/transport.h" +#include "transport.h" /** * @file git2/cred_helpers.h diff --git a/include/git2/odb_backend.h b/include/git2/odb_backend.h index 87010f5eb..a6cb285dc 100644 --- a/include/git2/odb_backend.h +++ b/include/git2/odb_backend.h @@ -7,8 +7,8 @@ #ifndef INCLUDE_git_odb_backend_h__ #define INCLUDE_git_odb_backend_h__ -#include "git2/common.h" -#include "git2/types.h" +#include "common.h" +#include "types.h" /** * @file git2/backend.h