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:
Shawn O. Pearce 2008-12-30 21:50:10 -08:00
parent b3039beea6
commit d746794980

View File

@ -3,7 +3,6 @@
#include "git/common.h"
#include "git/revwalk.h"
#include <stdlib.h>
struct git_revpool {
git_odb *db;