Commit b994bfe3398d797ff8e8bb538eec41602d5e360a

Scott J. Goldman 2012-11-28T18:48:22

graph.c: prune includes

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
diff --git a/src/graph.c b/src/graph.c
index db4d730..ff0a846 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,