Merge pull request #1843 from uh-sem-blee/development

fixing headers with bad values for objective-c
This commit is contained in:
Russell Belfer 2013-09-09 11:11:39 -07:00
commit 38859f2937
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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