mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-21 12:24:58 +00:00
graph.c: prune includes
This commit is contained in:
parent
0984c8768d
commit
b994bfe339
@ -6,15 +6,8 @@
|
|||||||
* a Linking Exception. For full terms see the included COPYING file.
|
* a Linking Exception. For full terms see the included COPYING file.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "repository.h"
|
|
||||||
#include "revwalk.h"
|
#include "revwalk.h"
|
||||||
#include "buffer.h"
|
|
||||||
#include "merge.h"
|
#include "merge.h"
|
||||||
#include "refs.h"
|
|
||||||
#include "git2/repository.h"
|
|
||||||
#include "git2/merge.h"
|
|
||||||
#include "git2/reset.h"
|
|
||||||
#include "commit_list.h"
|
|
||||||
#include "git2/graph.h"
|
#include "git2/graph.h"
|
||||||
|
|
||||||
static int ahead_behind(git_commit_list_node *one, git_commit_list_node *two,
|
static int ahead_behind(git_commit_list_node *one, git_commit_list_node *two,
|
||||||
|
Loading…
Reference in New Issue
Block a user