mirror of
https://git.proxmox.com/git/libgit2
synced 2026-01-08 23:34:27 +00:00
OS headers are best imported from a more central location anyway. Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
12 lines
179 B
C
12 lines
179 B
C
#ifndef INCLUDE_revwalk_h__
|
|
#define INCLUDE_revwalk_h__
|
|
|
|
#include "git/common.h"
|
|
#include "git/revwalk.h"
|
|
|
|
struct git_revpool {
|
|
git_odb *db;
|
|
};
|
|
|
|
#endif /* INCLUDE_revwalk_h__ */
|