summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Strapetz <marc.strapetz@gmail.com>2016-03-22 10:29:41 +0100
committerEdward Thomson <ethomson@github.com>2016-03-24 15:59:49 -0400
commitf4777058d09937a3b7502745405655210c5b6298 (patch)
tree7a35f0e926c6300d4f4866bbae17d39809580d66
parentc017c183614e8b8fc84515b2ba802b80199920c6 (diff)
downloadlibgit2-f4777058d09937a3b7502745405655210c5b6298.tar.gz
iterator: unused includes removed
-rw-r--r--src/iterator.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/iterator.c b/src/iterator.c
index c78676ec6..dd9d1b299 100644
--- a/src/iterator.c
+++ b/src/iterator.c
@@ -8,10 +8,6 @@
#include "iterator.h"
#include "tree.h"
#include "index.h"
-#include "ignore.h"
-#include "buffer.h"
-#include "submodule.h"
-#include <ctype.h>
#define GIT_ITERATOR_FIRST_ACCESS (1 << 15)
#define GIT_ITERATOR_HONOR_IGNORES (1 << 16)