mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-06 11:11:52 +00:00
Remove unnecessary import of stdlib.h from revwalk.h
OS headers are best imported from a more central location anyway. Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
This commit is contained in:
parent
b3039beea6
commit
d746794980
@ -3,7 +3,6 @@
|
|||||||
|
|
||||||
#include "git/common.h"
|
#include "git/common.h"
|
||||||
#include "git/revwalk.h"
|
#include "git/revwalk.h"
|
||||||
#include <stdlib.h>
|
|
||||||
|
|
||||||
struct git_revpool {
|
struct git_revpool {
|
||||||
git_odb *db;
|
git_odb *db;
|
||||||
|
Loading…
Reference in New Issue
Block a user