fixing headers with bad values for objective-c

This commit is contained in:
John Josef 2013-09-09 13:53:22 -04:00
parent e0b4a8ac33
commit f313843c8a
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