mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-06 15:29:22 +00:00
include "oid.h" in headers that use git_oid
This makes generating bindings to hlibgit2 easier
This commit is contained in:
parent
7360122ba9
commit
fc70832a4f
@ -27,6 +27,7 @@
|
|||||||
|
|
||||||
#include "common.h"
|
#include "common.h"
|
||||||
#include "types.h"
|
#include "types.h"
|
||||||
|
#include "oid.h"
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file git2/index.h
|
* @file git2/index.h
|
||||||
|
@ -27,6 +27,7 @@
|
|||||||
|
|
||||||
#include "common.h"
|
#include "common.h"
|
||||||
#include "types.h"
|
#include "types.h"
|
||||||
|
#include "oid.h"
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file git2/refs.h
|
* @file git2/refs.h
|
||||||
|
Loading…
Reference in New Issue
Block a user