summaryrefslogtreecommitdiff
path: root/src/revwalk.h
diff options
context:
space:
mode:
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__ */