Commit d74679498086d0fc2293dceb59155c696b11b86c

Shawn O. Pearce 2008-12-30T21:50:10

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>

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/src/revwalk.h b/src/revwalk.h
index dea66ba..2ef4e5d 100644
--- a/src/revwalk.h
+++ b/src/revwalk.h
@@ -3,7 +3,6 @@
 
 #include "git/common.h"
 #include "git/revwalk.h"
-#include <stdlib.h>
 
 struct git_revpool {
 	git_odb *db;