Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott J. Goldman <scottjg@github.com>2012-11-29 06:48:22 +0400
committerScott J. Goldman <scottjg@github.com>2012-11-29 06:59:13 +0400
commitb994bfe3398d797ff8e8bb538eec41602d5e360a (patch)
tree4ecf7e6afa26ad348aad83c4988767c8072bee9b /src/graph.c
parent0984c8768d36c73adeabe0229960e651531edf17 (diff)
graph.c: prune includes
Diffstat (limited to 'src/graph.c')
-rw-r--r--src/graph.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/graph.c b/src/graph.c
index db4d73025..ff0a8464a 100644
--- a/src/graph.c
+++ b/src/graph.c
@@ -6,15 +6,8 @@
* a Linking Exception. For full terms see the included COPYING file.
*/
-#include "repository.h"
#include "revwalk.h"
-#include "buffer.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"
static int ahead_behind(git_commit_list_node *one, git_commit_list_node *two,