mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-28 12:13:18 +00:00
Merge pull request #1843 from uh-sem-blee/development
fixing headers with bad values for objective-c
This commit is contained in:
commit
38859f2937
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user