summaryrefslogtreecommitdiff
path: root/src/revwalk.h
diff options
context:
space:
mode:
authorShawn O. Pearce <spearce@spearce.org>2008-12-30 21:50:10 -0800
committerShawn O. Pearce <spearce@spearce.org>2008-12-30 21:52:07 -0800
commitd74679498086d0fc2293dceb59155c696b11b86c (patch)
tree3442b9486ece0187998e802a3e98f9c97258133f /src/revwalk.h
parentb3039beea6d0637e131b24e8b6d61005cc1f6515 (diff)
downloadlibgit2-d74679498086d0fc2293dceb59155c696b11b86c.tar.gz
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>
Diffstat (limited to 'src/revwalk.h')
-rw-r--r--src/revwalk.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/revwalk.h b/src/revwalk.h
index dea66ba25..2ef4e5d83 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;