graph.c: prune includes

This commit is contained in:
Scott J. Goldman 2012-11-28 18:48:22 -08:00
parent 0984c8768d
commit b994bfe339

View File

@ -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,