mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-02 21:34:15 +00:00
include: Unify internal include strategies
Do not add the `git2` path to internal includes, or that will cause an extra path dependency.
This commit is contained in:
parent
d1a721c595
commit
2cbca8b06c
@ -7,8 +7,8 @@
|
||||
#ifndef _INCLUDE_git_indexer_h__
|
||||
#define _INCLUDE_git_indexer_h__
|
||||
|
||||
#include "git2/common.h"
|
||||
#include "git2/oid.h"
|
||||
#include "common.h"
|
||||
#include "oid.h"
|
||||
|
||||
GIT_BEGIN_DECL
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
#ifndef INCLUDE_git_refspec_h__
|
||||
#define INCLUDE_git_refspec_h__
|
||||
|
||||
#include "git2/types.h"
|
||||
#include "types.h"
|
||||
|
||||
/**
|
||||
* @file git2/refspec.h
|
||||
|
@ -7,9 +7,9 @@
|
||||
#ifndef INCLUDE_git_remote_h__
|
||||
#define INCLUDE_git_remote_h__
|
||||
|
||||
#include "git2/common.h"
|
||||
#include "git2/repository.h"
|
||||
#include "git2/refspec.h"
|
||||
#include "common.h"
|
||||
#include "repository.h"
|
||||
#include "refspec.h"
|
||||
/**
|
||||
* @file git2/remote.h
|
||||
* @brief Git remote management functions
|
||||
|
Loading…
Reference in New Issue
Block a user