blob: 2970d773ca10557e29f413ef081976c27fc5b715 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#ifndef INCLUDE_revwalk_h__
#define INCLUDE_revwalk_h__
#include "git2/common.h"
#include "git2/revwalk.h"
#include "commit.h"
#include "repository.h"
#include "hashtable.h"
#endif /* INCLUDE_revwalk_h__ */
|