Commit d7467949 by Shawn O. Pearce

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>
parent b3039bee
......@@ -3,7 +3,6 @@
#include "git/common.h"
#include "git/revwalk.h"
#include <stdlib.h>
struct git_revpool {
git_odb *db;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment