summaryrefslogtreecommitdiff
path: root/src/revwalk.h
diff options
context:
space:
mode:
authorVicent Marti <tanoku@gmail.com>2011-03-16 23:59:09 +0200
committerVicent Marti <tanoku@gmail.com>2011-03-16 23:59:09 +0200
commitb5c5f0f8086ee4e9bccf0703386fd5219ac380c2 (patch)
treed1e024d75907d24c3fa535b0c95d46437feab01d /src/revwalk.h
parent7341bf87b111dfa0cf12761389e0e7a118363f42 (diff)
downloadlibgit2-b5c5f0f8086ee4e9bccf0703386fd5219ac380c2.tar.gz
Fix headers for the new Revision Walker
The "oid.h" header is now included instead of "object.h". The old "revwalk.h" header has been removed; it was empty.
Diffstat (limited to 'src/revwalk.h')
-rw-r--r--src/revwalk.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/revwalk.h b/src/revwalk.h
deleted file mode 100644
index 2970d773c..000000000
--- a/src/revwalk.h
+++ /dev/null
@@ -1,11 +0,0 @@
-#ifndef INCLUDE_revwalk_h__
-#define INCLUDE_revwalk_h__
-
-#include "git2/common.h"
-#include "git2/revwalk.h"
-
-#include "commit.h"
-#include "repository.h"
-#include "hashtable.h"
-
-#endif /* INCLUDE_revwalk_h__ */